mirror of
https://github.com/Equicord/Equicord.git
synced 2025-03-14 14:10:26 -04:00
Fully Fix Typing
This commit is contained in:
parent
d79aa162d2
commit
91022bcf98
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ import { getCurrentChannel, sendMessage } from "@utils/discord";
|
||||||
import definePlugin from "@utils/types";
|
import definePlugin from "@utils/types";
|
||||||
|
|
||||||
async function handleButtonClick() {
|
async function handleButtonClick() {
|
||||||
|
// @ts-expect-error typing issue
|
||||||
sendMessage(getCurrentChannel().id, { content: "woof" });
|
sendMessage(getCurrentChannel().id, { content: "woof" });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue