Skip to content
Snippets Groups Projects
Commit 79e3057f authored by Jono Wenger's avatar Jono Wenger
Browse files

Merge remote-tracking branch 'origin/project/HavenBeta' into XX-4712/dmCallbacks

parents 61b0a3f2 346be4d6
1 merge request!135XX-4712 / Add wrapper for bindings.DmCallbacks
......@@ -63,8 +63,9 @@ func newDMClientJS(api *bindings.DMClient) map[string]any {
"SendText": js.FuncOf(cm.SendText),
"SendReply": js.FuncOf(cm.SendReply),
"SendReaction": js.FuncOf(cm.SendReaction),
"SendInvite": js.FuncOf(cm.SendInvite),
"SendSilent": js.FuncOf(cm.SendSilent),
"SendInvite": js.FuncOf(cm.SendInvite),
"DeleteMessage": js.FuncOf(cm.DeleteMessage),
"Send": js.FuncOf(cm.Send),
// Notifications
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment