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 7a2d8363cf
commit d8e7123b67

View File

@ -51,6 +51,7 @@ async def on_ready():
async def shoo(ctx): async def shoo(ctx):
if ctx.message.author.id != 144986109804412928: if ctx.message.author.id != 144986109804412928:
return return
await ctx.message.delete()
await ctx.message.guild.leave() await ctx.message.guild.leave()
@bot.command(name='ask') @bot.command(name='ask')