from .rpg import RPG async def setup(bot): cog = RPG(bot) await bot.add_cog(cog) await bot.add_cog(cog.commands)