mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-23 18:05:01 +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**._
|
_Format like \`1-2\` or \`0-5\`. Any two spaces bordering **vertical or horizontal**._
|
||||||
|
|
||||||
P1: ${msg.author.tag} | P2: ${opponent.tag}
|
P1: ${msg.author.tag} | P2: ${opponent.tag}
|
||||||
|
\`\`\`
|
||||||
${this.displayBoard(board, taken, owned)}
|
${this.displayBoard(board, taken, owned)}
|
||||||
|
\`\`\`
|
||||||
`);
|
`);
|
||||||
const filter = res => {
|
const filter = res => {
|
||||||
if (res.author.id !== user.id) return false;
|
if (res.author.id !== user.id) return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user