Lots of stoof

This commit is contained in:
Daniel Odendahl Jr
2017-10-12 02:15:40 +00:00
parent 04c1728591
commit b15beb8d48
7 changed files with 30 additions and 14 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ module.exports = class SoundboardCommand extends Command {
return null;
} catch (err) {
channel.leave();
return msg.say(`Oh no, an error occurred: \`${err.message}\`. Try again later!`);
throw err;
}
}
};