diff --git a/cogs/random.py b/cogs/random.py index 429dc40..d96c525 100644 --- a/cogs/random.py +++ b/cogs/random.py @@ -13,7 +13,7 @@ handler.setFormatter(logging.Formatter('%(asctime)s:%(levelname)s:%(name)s: %(me logger.addHandler(handler) -class Miscellaneous(commands.Cog): +class Misc(commands.Cog): def __init__(self, bot): @@ -37,4 +37,4 @@ class Miscellaneous(commands.Cog): def setup(bot): - bot.add_cog(Miscellaneous(bot)) \ No newline at end of file + bot.add_cog(Misc(bot)) \ No newline at end of file