forked from cadence/out-of-your-element
reactions working
This commit is contained in:
parent
4cd9da49fd
commit
bd32fe6c6d
5 changed files with 24 additions and 16 deletions
4
index.js
4
index.js
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue