From cedf10bdd250f4336b39fbc66b153b8bfdcd2fb6 Mon Sep 17 00:00:00 2001 From: byron <47872200+byeoon@users.noreply.github.com> Date: Tue, 12 Mar 2024 21:47:15 -0400 Subject: [PATCH] removed personal plugin i use before pull request (its in .gitignore i think) also added logging to console on getinfo --- src/plugins/WebhookManager/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/WebhookManager/index.tsx b/src/plugins/WebhookManager/index.tsx index c3e0d151a..b46ab3c15 100644 --- a/src/plugins/WebhookManager/index.tsx +++ b/src/plugins/WebhookManager/index.tsx @@ -72,6 +72,7 @@ export default definePlugin({ var webhookUrl = findOption(option, "url"); await fetch("" + webhookUrl).then(response => response.json()) .then(response => { + console.log(JSON.stringify(response)); sendBotMessage(ctx.channel.id, { content: "# Webhook Information: \n" + "Webhook Username: " + response.name + "\n " +