generated from HoloTech/holotech-plugin-template
8 lines
118 B
Python
8 lines
118 B
Python
from .. import logger
|
|
|
|
|
|
async def setup(bot):
|
|
from .cog import AwesomeCog
|
|
|
|
await bot.add_cog(AwesomeCog(bot))
|