Fox-V3/planttycoon/__init__.py

6 lines
89 B

from .planttycoon import PlantTycoon
def setup(bot):
bot.add_cog(PlantTycoon(bot))