aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/fun/battleship.py
diff options
context:
space:
mode:
authorGravatar AbooMinister25 <[email protected]>2022-08-08 11:09:44 -0400
committerGravatar AbooMinister25 <[email protected]>2022-08-08 11:09:44 -0400
commit765388d00f4d6f9dda7a464a518d76745a3256e1 (patch)
treed9f1ffbedf9fbe2d2af27680c77dfdf6c6b1966b /bot/exts/fun/battleship.py
parentFixed conflicts from PR 1078 (diff)
parentMerge pull request #1083 from algmyr/latex (diff)
Pulled changes from main and fixed conflicts
Diffstat (limited to 'bot/exts/fun/battleship.py')
-rw-r--r--bot/exts/fun/battleship.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/exts/fun/battleship.py b/bot/exts/fun/battleship.py
index beff196f..77e38427 100644
--- a/bot/exts/fun/battleship.py
+++ b/bot/exts/fun/battleship.py
@@ -110,8 +110,8 @@ class Game:
self.gameover: bool = False
- self.turn: Optional[discord.Member] = None
- self.next: Optional[discord.Member] = None
+ self.turn: Optional[Player] = None
+ self.next: Optional[Player] = None
self.match: Optional[re.Match] = None
self.surrender: bool = False