Fuck commit messages

This commit is contained in:
NikolajDanger
2022-07-25 14:44:45 +02:00
parent f838b4e62d
commit 971e66e1ec
6 changed files with 35 additions and 26 deletions

View File

@ -187,7 +187,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."""