What line is this coming from

This commit is contained in:
Dragon Fire
2021-01-22 18:22:15 -05:00
parent 6cd3ce9cc6
commit d749960c28
+1
View File
@@ -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!`);
}
}