diff --git a/app/bot.py b/app/bot.py index 09885e0a..fd4fe9b9 100755 --- a/app/bot.py +++ b/app/bot.py @@ -51,6 +51,7 @@ async def on_ready(): async def shoo(ctx): if ctx.message.author.id != 144986109804412928: return + await ctx.message.delete() await ctx.message.guild.leave() @bot.command(name='ask')