Changing class name

pull/4/head
sgoudham 4 years ago
parent 21e80397df
commit 84a2272357

@ -29,7 +29,7 @@ def displayServerImage(array, ctx, name):
return embed return embed
class Waifus(commands.Cog): class Enso(commands.Cog):
def __init__(self, bot): def __init__(self, bot):
self.bot = bot self.bot = bot
@ -116,3 +116,7 @@ class Waifus(commands.Cog):
await asyncio.sleep(2.5) await asyncio.sleep(2.5)
# Delete the message # Delete the message
await message.delete() await message.delete()
def setup(bot):
bot.add_cog(Enso(bot))

Loading…
Cancel
Save