Renaming Cog

pull/8/head
sgoudham 4 years ago
parent 16854b1075
commit c006b17330

@ -27,7 +27,7 @@ def error_function():
# Set up the Cog
class Interactive(commands.Cog):
class interactive(commands.Cog):
def __init__(self, bot):
self.bot = bot
@ -442,4 +442,4 @@ class Interactive(commands.Cog):
def setup(bot):
bot.add_cog(Interactive(bot))
bot.add_cog(interactive(bot))

Loading…
Cancel
Save