mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 15:58:06 +02:00
Fix
This commit is contained in:
@@ -87,7 +87,7 @@ module.exports = class WizardConventionCommand extends Command {
|
|||||||
Who is this mysterious dragon? You have one minute to decide.
|
Who is this mysterious dragon? You have one minute to decide.
|
||||||
`);
|
`);
|
||||||
}
|
}
|
||||||
await wait(120000);
|
await wait(60000);
|
||||||
const playersArr = Array.from(players.values());
|
const playersArr = Array.from(players.values());
|
||||||
await msg.say(stripIndents`
|
await msg.say(stripIndents`
|
||||||
Who do you think is the dragon? Please type the number.
|
Who do you think is the dragon? Please type the number.
|
||||||
|
|||||||
Reference in New Issue
Block a user