Temp throw err to find bugs

This commit is contained in:
Dragon Fire
2021-01-18 17:25:32 -05:00
parent 49c84d526b
commit b1a6690662
+1
View File
@@ -126,6 +126,7 @@ module.exports = class PokedexCommand extends Command {
}
return msg.embed(embed);
} catch (err) {
throw err;
return msg.reply(`Oh no, an error occurred: \`${err.message}\`. Try again later!`);
}
}