empty class

This commit is contained in:
Specoolazius 2022-03-30 19:42:46 +02:00
parent ac2d95cef9
commit 7e1595af90

View File

@ -9,5 +9,7 @@ class Developer(discord.Cog):
self.bot = bot self.bot = bot
def setup(bot: ServerBot): def setup(bot: ServerBot):
bot.add_cog(Developer(bot)) bot.add_cog(Developer(bot))