Skip to content

Commit

Permalink
fixed #11 in emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
itskekoff committed Mar 25, 2023
1 parent ed61bde commit 286ba46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ async def clone_emojis(self):
print("* " + str(emoji.id) + " | " + emoji.name)
# cloning emoji using same name and url
await self.new_guild.create_custom_emoji(name=emoji.name, image=await emoji.url.read())
await asyncio.sleep(self.delay)
await asyncio.sleep(self.delay)

async def send_webhook(self, webhook: discord.Webhook, message: discord.Message,
delay: float = 0.85):
Expand Down Expand Up @@ -383,5 +383,5 @@ async def copy(ctx: commands.Context, server_id: int = None):
print("* Done")


Updater("1.2.6")
Updater("1.2.7")
bot.run(token)

0 comments on commit 286ba46

Please sign in to comment.