Browse Source

Merge branch 'feature-slash-commands' of github.com:ADawesomeguy/AwesomeSciBo into feature-slash-commands

pull/10/head
Abheek Dhawan 4 years ago
parent
commit
5fb9ea7032
  1. 2
      bot/awesomescibo.js

2
bot/awesomescibo.js

@ -212,7 +212,7 @@ function training(subject, interaction) {
interaction.reply(data.tossup_question).then(() => { interaction.reply(data.tossup_question).then(() => {
interaction.channel.awaitMessages(messageFilter, { interaction.channel.awaitMessages(messageFilter, {
max: 1, max: 1,
time: 30000, time: 120000,
errors: ["time"], errors: ["time"],
}) })
.then((answerMsg) => { .then((answerMsg) => {

Loading…
Cancel
Save