mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -47,7 +47,9 @@ module.exports = class DotsAndBoxesCommand extends Command {
|
||||
_Format like \`1-2\` or \`0-5\`. Any two spaces bordering **vertical or horizontal**._
|
||||
|
||||
P1: ${msg.author.tag} | P2: ${opponent.tag}
|
||||
\`\`\`
|
||||
${this.displayBoard(board, taken, owned)}
|
||||
\`\`\`
|
||||
`);
|
||||
const filter = res => {
|
||||
if (res.author.id !== user.id) return false;
|
||||
|
||||
Reference in New Issue
Block a user