Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.22 KB | None | 0 0
  1. @commands.command()
  2.     @commands.has_permissions(manage_messages=True)
  3.     async def clear(self,ctx,amount : int):
  4.         await ctx.channel.purge(limit=amount)
  5.         await ctx.send(f'{amount} de mesaje au fost sterse.')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement