GalaxyCogs/worldzero/__init__.py

5 lines
83 B
Python

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