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