Changing class name

pull/4/head
sgoudham 4 years ago
parent 277805a5d7
commit 21e80397df

@ -11,7 +11,7 @@ import settings
# Set up the Cog
class Embeds(commands.Cog):
class Interactive(commands.Cog):
def __init__(self, bot):
self.bot = bot
@ -297,4 +297,4 @@ def error_function():
def setup(bot):
bot.add_cog(Embeds(bot))
bot.add_cog(Interactive(bot))

Loading…
Cancel
Save