From 9e35aefb3e4af411cbc6bc6de16307129fd28f3d Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Mon, 5 Feb 2018 19:32:31 +0000 Subject: [PATCH] Wizard Convention Improvement --- commands/games/wizard-convention.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/games/wizard-convention.js b/commands/games/wizard-convention.js index 162950be..8517fb10 100644 --- a/commands/games/wizard-convention.js +++ b/commands/games/wizard-convention.js @@ -36,6 +36,7 @@ module.exports = class WizardConventionCommand extends Command { await msg.say(`Night ${turn}, sending DMs...`); for (const player of players.values()) { if (player.role.includes('pleb')) continue; + await msg.say(`The ${player.role} is making their decision...`); const valid = players.filterArray(p => p.role !== player.role); await player.user.send(stripIndents` ${questions[player.role]} Please type the number.