aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/tic_tac_toe.py
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-01-16 20:27:58 +0200
committerGravatar GitHub <[email protected]>2021-01-16 20:27:58 +0200
commit3fcddb2e7d4e855eef815df9e3552fce929ce00f (patch)
tree482042e1e497df91afe12d1b14700adda289b123 /bot/exts/evergreen/tic_tac_toe.py
parentMove Tic Tac Toe board to embed description (diff)
Fix grammar
Co-authored-by: ChrisJL <[email protected]>
Diffstat (limited to 'bot/exts/evergreen/tic_tac_toe.py')
-rw-r--r--bot/exts/evergreen/tic_tac_toe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/tic_tac_toe.py b/bot/exts/evergreen/tic_tac_toe.py
index a206aee7..db84427c 100644
--- a/bot/exts/evergreen/tic_tac_toe.py
+++ b/bot/exts/evergreen/tic_tac_toe.py
@@ -10,7 +10,7 @@ from bot.constants import Emojis
from bot.utils.pagination import LinePaginator
CONFIRMATION_MESSAGE = (
- "{opponent}, {requester} want to play Tic-Tac-Toe against you. React to this message with "
+ "{opponent}, {requester} wants to play Tic-Tac-Toe against you. React to this message with "
f"{Emojis.confirmation} to accept or with {Emojis.decline} to decline."
)