Skip to content

Commit

Permalink
fixed #11
Browse files Browse the repository at this point in the history
  • Loading branch information
itskekoff committed Mar 24, 2023
1 parent 9ad706a commit ed61bde
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 @@ -256,7 +256,7 @@ async def clone_channels(self, perms: bool = True):
if channel.category is not None:
# if channel category is not none, edit new channel category.
await new_channel.edit(category=self.mappings["categories"][channel.category])
await asyncio.sleep(self.delay)
await asyncio.sleep(self.delay)

async def clone_emojis(self):
print("* Processing emoji clone")
Expand Down Expand Up @@ -383,5 +383,5 @@ async def copy(ctx: commands.Context, server_id: int = None):
print("* Done")


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

0 comments on commit ed61bde

Please sign in to comment.