forefeit -> forfeit

This commit is contained in:
Dragon Fire
2021-01-30 23:48:52 -05:00
parent c96e4f5856
commit fbe901a249
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ module.exports = class CramCommand extends Command {
while (!winner) {
const user = userTurn ? msg.author : opponent;
await msg.say(stripIndents`
${user}, at what coordinates do you want to place your block? Type \`end\` to forefeit.
${user}, at what coordinates do you want to place your block? Type \`end\` to forfeit.
You must also choose a direction. (ex. v1,1 or h3,4).
${this.displayBoard(board, userEmoji, oppoEmoji)}