From 9224242e06befb4e0aa0c369683a1355ee336edf Mon Sep 17 00:00:00 2001 From: RagingRectangle <33229005+RagingRectangle@users.noreply.github.com> Date: Sun, 19 Mar 2023 03:45:37 -0500 Subject: [PATCH] =?UTF-8?q?Add=20Pok=C3=A9dex=20ID=20to=20info=20response?= =?UTF-8?q?=20(#770)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/poracleMessage/commands/info.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/poracleMessage/commands/info.js b/src/lib/poracleMessage/commands/info.js index 0913f1e6a..208fd8450 100644 --- a/src/lib/poracleMessage/commands/info.js +++ b/src/lib/poracleMessage/commands/info.js @@ -244,6 +244,8 @@ exports.run = async (client, msg, args, options) => { const strengths = {} const weaknesses = {} + message = message.concat(`\n**Pokédex ID:** ${mon.id}\n`); + for (const type of types) { strengths[type] = [] typeInfo[type].strengths.forEach((x) => {