mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-06 14:20:51 +02:00
Beep
This commit is contained in:
@@ -42,7 +42,7 @@ module.exports = class TicTacToeCommand extends Command {
|
||||
while (!winner && taken.length < 9) {
|
||||
const user = userTurn ? msg.author : opponent;
|
||||
const sign = userTurn ? 'X' : 'O';
|
||||
await msg.code(stripIndents`
|
||||
await msg.say(stripIndents`
|
||||
${user}, which side do you pick?
|
||||
\`\`\`
|
||||
${sides[0]} | ${sides[1]} | ${sides[2]}
|
||||
|
||||
Reference in New Issue
Block a user