Fox-V3/werewolf/__init__.py

6 lines
80 B

from .werewolf import Werewolf
def setup(bot):
bot.add_cog(Werewolf(bot))