SeaCogs/welcomer/__init__.py

6 lines
92 B
Python
Raw Normal View History

2024-03-26 03:01:06 -04:00
from .welcomer import Welcomer
async def setup(bot):
await bot.add_cog(Welcomer(bot))