mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 22:32:52 +02:00
Fix
This commit is contained in:
@@ -29,7 +29,7 @@ module.exports = class AntidepressantOrTolkienCommand extends Command {
|
|||||||
async run(msg) {
|
async run(msg) {
|
||||||
const question = questions[Math.floor(Math.random() * questions.length)];
|
const question = questions[Math.floor(Math.random() * questions.length)];
|
||||||
await msg.reply(stripIndents`
|
await msg.reply(stripIndents`
|
||||||
**You have 10 seconds, is this an Antidepressant or a Tolkien character?**
|
**You have 15 seconds, is this an Antidepressant or a Tolkien character?**
|
||||||
${question.name}
|
${question.name}
|
||||||
`);
|
`);
|
||||||
const filter = res => {
|
const filter = res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user