This commit is contained in:
NikolajDanger
2023-03-30 13:59:30 +02:00
7 changed files with 43 additions and 57 deletions

View File

@ -189,7 +189,7 @@ class BoardGame(GameBase):
self.bot.log("They tried to play against themself")
return False
return difficulty, difficulty_text
return opponent, (difficulty, difficulty_text)
class BaseDrawer():
"""Class for drawing games."""