mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
+2
-2
@@ -334,8 +334,8 @@ module.exports = class Util {
|
||||
if (max === 1) return [msg.author.id];
|
||||
const addS = min - 1 === 1 ? '' : 's';
|
||||
const row = new MessageActionRow().addComponents(
|
||||
new MessageButton().setCustomID('join').setLabel('Join Game').setStyle('PRIMARY'),
|
||||
new MessageButton().setCustomID('start').setLabel('Start Game').setStyle('SUCCESS')
|
||||
new MessageButton().setCustomId('join').setLabel('Join Game').setStyle('PRIMARY'),
|
||||
new MessageButton().setCustomId('start').setLabel('Start Game').setStyle('SUCCESS')
|
||||
);
|
||||
let text = stripIndents`
|
||||
You will need at least ${min - 1} more player${addS} (at max ${max - 1}).
|
||||
|
||||
Reference in New Issue
Block a user