From d749960c2882131fc20fcd3ed3abc0a9f752101c Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 22 Jan 2021 18:22:15 -0500 Subject: [PATCH] What line is this coming from --- commands/pokedex/pokedex.js | 1 + 1 file changed, 1 insertion(+) 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!`); } }