✨
This commit is contained in:
@ -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."""
|
||||
|
Reference in New Issue
Block a user