mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 04:12:50 +02:00
d->m typing notifications
This commit is contained in:
parent
7e3175eb20
commit
cab96cbc9e
4 changed files with 33 additions and 0 deletions
|
@ -117,6 +117,9 @@ const utils = {
|
|||
} else if (message.t === "MESSAGE_DELETE") {
|
||||
await eventDispatcher.onMessageDelete(client, message.d)
|
||||
|
||||
} else if (message.t === "TYPING_START") {
|
||||
await eventDispatcher.onTypingStart(client, message.d)
|
||||
|
||||
} else if (message.t === "MESSAGE_REACTION_ADD") {
|
||||
await eventDispatcher.onReactionAdd(client, message.d)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue