GalaxyCogs/worldzero/__init__.py

6 lines
95 B
Python
Raw Normal View History

2023-08-06 21:48:18 -04:00
from .worldzero import WorldZero
async def setup(bot):
await bot.add_cog(WorldZero(bot))