mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 20:35:36 +00:00
Fix !quit, closes #89
This commit is contained in:
parent
9907b19424
commit
afd2423394
|
@ -20,7 +20,7 @@ class Admin(Cog):
|
|||
async def _exit(self, ctx):
|
||||
"""Shuts down the bot, bot manager only."""
|
||||
await ctx.send(":wave: Goodbye!")
|
||||
await self.bot.logout()
|
||||
await self.bot.close()
|
||||
|
||||
@commands.guild_only()
|
||||
@commands.check(check_if_bot_manager)
|
||||
|
|
Loading…
Reference in a new issue