Making it easier to find the documentation

This commit is contained in:
Cadence Ember
2023-10-10 00:58:19 +13:00
parent 2211f89a61
commit 8bc696b6f8
4 changed files with 22 additions and 6 deletions

View File

@@ -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") {