Ignore Some Typing

This commit is contained in:
thororen1234 2024-09-05 14:25:27 -04:00
parent 54c3b33315
commit d79aa162d2
3 changed files with 10 additions and 0 deletions

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