Some cool stuff
This commit is contained in:
@ -14,6 +14,7 @@ from .blackjack import Blackjack
|
||||
from .connect_four import ConnectFour
|
||||
from .hangman import Hangman
|
||||
from .hex import HexGame
|
||||
from .wordle import WordleGame
|
||||
|
||||
|
||||
class Games():
|
||||
@ -46,3 +47,4 @@ class Games():
|
||||
self.connect_four = ConnectFour(bot)
|
||||
self.hangman = Hangman(bot)
|
||||
self.hex = HexGame(bot)
|
||||
self.wordle = WordleGame(bot)
|
||||
|
Reference in New Issue
Block a user