This commit is contained in:
Dragon Fire
2020-04-21 22:53:49 -04:00
parent 0f5e909f96
commit ee59247930
+1 -1
View File
@@ -136,7 +136,7 @@ module.exports = class LieSwatterCommand extends Command {
async awaitPlayers(msg, players) {
const min = 1;
if (players === 1) return new Collection([[msg.id, msg]]);
if (players === 1) return [msg.author.id];
await msg.say(`You can have at most ${players - 1} more players. To join, type \`join game\`.`);
const joined = [];
joined.push(msg.author.id);