mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 21:40:51 +02:00
Wizard Convention Improvement
This commit is contained in:
@@ -36,6 +36,7 @@ module.exports = class WizardConventionCommand extends Command {
|
|||||||
await msg.say(`Night ${turn}, sending DMs...`);
|
await msg.say(`Night ${turn}, sending DMs...`);
|
||||||
for (const player of players.values()) {
|
for (const player of players.values()) {
|
||||||
if (player.role.includes('pleb')) continue;
|
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);
|
const valid = players.filterArray(p => p.role !== player.role);
|
||||||
await player.user.send(stripIndents`
|
await player.user.send(stripIndents`
|
||||||
${questions[player.role]} Please type the number.
|
${questions[player.role]} Please type the number.
|
||||||
|
|||||||
Reference in New Issue
Block a user