diff --git a/commands/pokedex/pokedex.js b/commands/pokedex/pokedex.js index c25f0d23..aa64c97f 100644 --- a/commands/pokedex/pokedex.js +++ b/commands/pokedex/pokedex.js @@ -137,6 +137,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!`); } }