mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-19 05:43:35 -05: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";
|
||||
|
||||
async function handleButtonClick() {
|
||||
// @ts-expect-error typing issue
|
||||
sendMessage(getCurrentChannel().id, { content: "woof" });
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue