forked from cadence/out-of-your-element
Making it easier to find the documentation
This commit is contained in:
parent
2211f89a61
commit
8bc696b6f8
4 changed files with 22 additions and 6 deletions
|
@ -141,6 +141,7 @@ const utils = {
|
|||
await eventDispatcher.onChannelOrThreadUpdate(client, message.d, true)
|
||||
|
||||
} else if (message.t === "MESSAGE_CREATE") {
|
||||
console.log(message.d)
|
||||
await eventDispatcher.onMessageCreate(client, message.d)
|
||||
|
||||
} else if (message.t === "MESSAGE_UPDATE") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue