6 lines
85 B
Python
6 lines
85 B
Python
from .cog import CoreCog
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(CoreCog(bot))
|