mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2024-12-22 15:44:57 +00:00
Update and rename Miscellaneous.py to miscellaneous.py
This commit is contained in:
parent
91356aa012
commit
d8313a1a73
1 changed files with 3 additions and 2 deletions
|
@ -15,6 +15,7 @@ class Miscellaneous(commands.Cog):
|
|||
em.description = 'Bot offline.'
|
||||
await ctx.send(embed=em)
|
||||
await self.bot.logout()
|
||||
return
|
||||
|
||||
@is_dev()
|
||||
@commands.command(name='debug')
|
Loading…
Reference in a new issue