Skip to content

Commit

Permalink
ffs!
Browse files Browse the repository at this point in the history
gimme a break!
  • Loading branch information
XAOS1502 authored Dec 23, 2017
1 parent e075767 commit e0abcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async def clean(self, ctx, limit: int=15):
Usage: {prefix}clean 5 '''
async for message in ctx.channel.history(limit=limit):
if message.author == self.bot.user:
await ctx.message.delete()
await message.delete()
await asyncio.sleep(3.0)

@commands.command()
Expand Down

0 comments on commit e0abcfc

Please sign in to comment.