GalaxyCogs/say/__init__.py

6 lines
77 B
Python
Raw Normal View History

2023-08-07 21:29:22 -04:00
from .say import Say
async def setup(bot):
await bot.add_cog(Say(bot))