def killbot(ctx):
"""Kills the selfbot"""
print("Shutting down selfbot")
await bot.say(embed=discord.Embed(title="Bot Status", type="rich", timestamp=datetime.utcnow(), colour=0x747F8D, description="Shutting down bot..."))
await bot.close()
评论列表
文章目录