Set some stuff up for werewolf 🐺
This commit is contained in:
@@ -6,6 +6,7 @@ from .gameLoops import GameLoops
|
||||
from .monopoly import Monopoly
|
||||
from .hangman import Hangman
|
||||
from .hex import HexGame
|
||||
from .werewolf import Werewolf
|
||||
|
||||
class Games():
|
||||
def __init__(self, bot):
|
||||
@@ -19,3 +20,4 @@ class Games():
|
||||
bot.monopoly = Monopoly(bot)
|
||||
bot.hangman = Hangman(bot)
|
||||
bot.hex = HexGame(bot)
|
||||
bot.werewolf = Werewolf(bot)
|
||||
|
||||
Reference in New Issue
Block a user