6 lines
77 B
Python
6 lines
77 B
Python
|
from .say import Say
|
||
|
|
||
|
|
||
|
async def setup(bot):
|
||
|
await bot.add_cog(Say(bot))
|