GalaxyCogs/send/__init__.py

6 lines
80 B
Python
Raw Normal View History

2023-08-07 21:38:35 -04:00
from .send import Send
async def setup(bot):
await bot.add_cog(Send(bot))