rename Miscellaneous cog

This commit is contained in:
2021-08-10 00:31:25 +02:00
parent 64ab962d27
commit e91a62821f

View File

@@ -13,7 +13,7 @@ handler.setFormatter(logging.Formatter('%(asctime)s:%(levelname)s:%(name)s: %(me
logger.addHandler(handler) logger.addHandler(handler)
class Miscellaneous(commands.Cog): class Misc(commands.Cog):
def __init__(self, bot): def __init__(self, bot):
@@ -37,4 +37,4 @@ class Miscellaneous(commands.Cog):
def setup(bot): def setup(bot):
bot.add_cog(Miscellaneous(bot)) bot.add_cog(Misc(bot))