GalaxyCogs/send/__init__.py

5 lines
80 B
Python

from .send import Send
async def setup(bot):
await bot.add_cog(Send(bot))