Fully Fix Typing

This commit is contained in:
thororen1234 2024-09-05 14:27:22 -04:00
parent d79aa162d2
commit 91022bcf98

View file

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