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" }); }