Changing Class name

pull/8/head
sgoudham 4 years ago
parent 15e978945f
commit 260d09b3d8

@ -300,7 +300,7 @@ class HelpMenu(menus.Menu):
# Set up the cog # Set up the cog
class CustomHelp(commands.Cog): class Help(commands.Cog):
def __init__(self, bot): def __init__(self, bot):
self.bot = bot self.bot = bot
self.bot.remove_command("help") self.bot.remove_command("help")
@ -318,4 +318,4 @@ class CustomHelp(commands.Cog):
def setup(bot): def setup(bot):
bot.add_cog(CustomHelp(bot)) bot.add_cog(Help(bot))

Loading…
Cancel
Save