You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eris doesn't recognise forum channels (channel type 15). Without digging around the code too much, I'd assume the first file of import would be Constants.js, but since I don't know whether forums operate considerably differently from other channels in the API I can't assist any further right now
I am able to respond to interactions within forum threads using interaction.createMessage(), but I'm getting some mysterious errors otherwise. I don't know what's causing these errors, they seem to just occur sporadically.
Error: Unknown guild text channel type: 15
at new Guild (.../eris/lib/structures/Guild.js:138:41)
at Map.add (.../eris/lib/util/Collection.js:61:19)
at Shard.createGuild (.../eris/lib/gateway/Shard.js:115:42)
at Shard.wsEvent (.../eris/lib/gateway/Shard.js:1198:40)
at Shard.onPacket (.../eris/lib/gateway/Shard.js:405:26)
at Shard._onWSMessage (.../eris/lib/gateway/Shard.js:2457:29)
at WebSocket.emit (events.js:400:28)
at Receiver.receiverOnMessage (.../ws/lib/websocket.js:1178:20)
at Receiver.emit (events.js:400:28)
There's a bunch of PRs open and I'm under the impression some amount of refactoring is being done, so apologies if you're already aware of this!
The text was updated successfully, but these errors were encountered:
Quite the opposite, the library is dead as there hasn't been a lot of activity so far. There's a lot of missing features, especially the message content intent. Unless you see any new major commit, consider the lib dead de facto.
Eris doesn't recognise forum channels (channel type 15). Without digging around the code too much, I'd assume the first file of import would be Constants.js, but since I don't know whether forums operate considerably differently from other channels in the API I can't assist any further right now
I am able to respond to interactions within forum threads using
interaction.createMessage()
, but I'm getting some mysterious errors otherwise. I don't know what's causing these errors, they seem to just occur sporadically.There's a bunch of PRs open and I'm under the impression some amount of refactoring is being done, so apologies if you're already aware of this!
The text was updated successfully, but these errors were encountered: