Ruby-Cogs/extendedcommands/__init__.py

4 lines
No EOL
115 B
Python

from .extendedcommands import ExtendedCommands
async def setup(bot):
await bot.add_cog(ExtendedCommands(bot))