adding shoo command for me so i can make the bot leave a server

This commit is contained in:
ein 2021-08-23 17:48:02 -07:00
parent 7021c20519
commit a435f9f10f

View File

@ -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')