From d8313a1a73cece011e3d5d635e7c13d37cdd6087 Mon Sep 17 00:00:00 2001 From: Elmon11 Date: Wed, 28 Oct 2020 13:24:24 +0100 Subject: [PATCH] Update and rename Miscellaneous.py to miscellaneous.py --- commands/{Miscellaneous.py => miscellaneous.py} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename commands/{Miscellaneous.py => miscellaneous.py} (93%) diff --git a/commands/Miscellaneous.py b/commands/miscellaneous.py similarity index 93% rename from commands/Miscellaneous.py rename to commands/miscellaneous.py index 4d85933..070eb67 100644 --- a/commands/Miscellaneous.py +++ b/commands/miscellaneous.py @@ -15,7 +15,8 @@ class Miscellaneous(commands.Cog): em.description = 'Bot offline.' await ctx.send(embed=em) await self.bot.logout() - + return + @is_dev() @commands.command(name='debug') async def debug(self, ctx, *, cmd): @@ -31,4 +32,4 @@ class Miscellaneous(commands.Cog): {type(e).__name__}: {e}```''') def setup(bot): - bot.add_cog(Miscellaneous(bot)) \ No newline at end of file + bot.add_cog(Miscellaneous(bot))