6 lines
80 B
Python
6 lines
80 B
Python
|
from .send import Send
|
||
|
|
||
|
|
||
|
async def setup(bot):
|
||
|
await bot.add_cog(Send(bot))
|