mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2024-12-22 23:54:58 +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.'
|
em.description = 'Bot offline.'
|
||||||
await ctx.send(embed=em)
|
await ctx.send(embed=em)
|
||||||
await self.bot.logout()
|
await self.bot.logout()
|
||||||
|
return
|
||||||
|
|
||||||
@is_dev()
|
@is_dev()
|
||||||
@commands.command(name='debug')
|
@commands.command(name='debug')
|
Loading…
Reference in a new issue