GalaxyCogs/worldzero/__init__.py

5 lines
95 B
Python

from .worldzero import WorldZero
async def setup(bot):
await bot.add_cog(WorldZero(bot))