From 8e9fcc006942d0f096d3c2b3f5f5dfcc25f9c6d0 Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Sun, 14 Jul 2024 17:18:22 +0200 Subject: [PATCH] log error --- commands/message/info/appinfo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/message/info/appinfo.js b/commands/message/info/appinfo.js index 80ede62..8e56618 100644 --- a/commands/message/info/appinfo.js +++ b/commands/message/info/appinfo.js @@ -64,6 +64,7 @@ module.exports = { application = await superagent.get(`${Routes.URL}/api/v9/applications/${id}/rpc`) application = application.body }catch(e){ + console.log(e) return editOrReply(context, createEmbed("warning", context, "Invalid Application")) }