We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc42be commit 60dc98dCopy full SHA for 60dc98d
cogs/admin.py
@@ -24,7 +24,7 @@ async def shutdown(self, ctx):
24
'''Schaltet mich ab :( (BOT OWNER ONLY)'''
25
await ctx.send('**:ok:** Bye!')
26
#self.bot.gamesLoop.cancel()
27
- await self.bot.logout()
+ await self.bot.close()
28
sys.exit(0)
29
30
@commands.command(hidden=True)
main.py
@@ -15,7 +15,7 @@
15
from discord.ext import commands
16
import loadconfig
17
18
-__version__ = '1.5.1'
+__version__ = '1.5.2'
19
description = '''Der-Eddys anime discord bot, developed with discord.py\n
20
A full list of all commands are available here: https://github.com/Der-Eddy/discord_bot#commands-list'''
21
0 commit comments