5 lines
79 B
Python
5 lines
79 B
Python
from .werewolf import Werewolf
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Werewolf(bot)) |