SeaCogs/welcomer/__init__.py

5 lines
92 B
Python

from .welcomer import Welcomer
async def setup(bot):
await bot.add_cog(Welcomer(bot))