how to have discord bot delete their own messages code example
Example: make the bot delete its own message
await ctx.send('You don\'t have the permission to use this command', delete_after=5)
await ctx.send('You don\'t have the permission to use this command', delete_after=5)