4 lines
No EOL
115 B
Python
4 lines
No EOL
115 B
Python
from .extendedcommands import ExtendedCommands
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(ExtendedCommands(bot)) |