This commit is contained in:
Dragon Fire
2021-03-10 20:42:05 -05:00
parent 957b1309ff
commit 7d7500e58d
+1 -1
View File
@@ -54,8 +54,8 @@ module.exports = class KinoCommand extends Command {
const current = this.client.games.get(msg.channel.id);
if (current) return msg.reply(`Please wait until the current game of \`${current.name}\` is finished.`);
this.client.games.set(msg.channel.id, { name: this.name });
const storyData = await this.generateStory(story);
try {
const storyData = await this.generateStory(story);
let i = 0;
let end = false;
while (!end) {