Branch addition #1

Merged
c0de merged 11 commits from zed/BaseballBot:Toof into main 2024-04-23 22:19:23 +00:00
Showing only changes of commit 4f70e84749 - Show all commits

View File

@ -16,10 +16,11 @@ from game.guess import GuessManager
from game.points import PointsManager from game.points import PointsManager
from game.reset import ResetManager from game.reset import ResetManager
from game.help import HelpManager from game.help import HelpManager
from game.clear import ClearManager
class GameManager( class GameManager(
NewGameManager, EndGameManager, GuessManager, PointsManager, ResetManager, HelpManager NewGameManager, EndGameManager, GuessManager, PointsManager, ResetManager, HelpManager, ClearManager
): ):
""" """
Represents what this bot is able to do on a channel (or DMs) Represents what this bot is able to do on a channel (or DMs)