Fox-V3/secrethitler/__init__.py

5 lines
79 B

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