It works now

This commit is contained in:
Dragon Fire
2021-01-22 18:30:56 -05:00
parent 9d7474b295
commit aa4e89ca3b
-1
View File
@@ -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!`);
}
}