From 91022bcf987b66156c3af788ad4f43410a71c162 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:27:22 -0400 Subject: [PATCH] Fully Fix Typing --- src/equicordplugins/woof/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/equicordplugins/woof/index.tsx b/src/equicordplugins/woof/index.tsx index eb6e0f24..29cb6afe 100644 --- a/src/equicordplugins/woof/index.tsx +++ b/src/equicordplugins/woof/index.tsx @@ -10,6 +10,7 @@ import { getCurrentChannel, sendMessage } from "@utils/discord"; import definePlugin from "@utils/types"; async function handleButtonClick() { + // @ts-expect-error typing issue sendMessage(getCurrentChannel().id, { content: "woof" }); }