reactions working

This commit is contained in:
Cadence Ember 2023-07-05 08:41:15 +12:00
parent 4cd9da49fd
commit bd32fe6c6d
5 changed files with 24 additions and 16 deletions

View file

@ -21,6 +21,10 @@ passthrough.as = as
sync.require("./m2d/event-dispatcher")
discord.snow.requestHandler.on("requestError", data => {
console.error("request error", data)
})
;(async () => {
await discord.cloud.connect()
console.log("Discord gateway started")