Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forum channels #1418

Closed
Spappz opened this issue Sep 22, 2022 · 2 comments · Fixed by #1452
Closed

Forum channels #1418

Spappz opened this issue Sep 22, 2022 · 2 comments · Fixed by #1452
Labels

Comments

@Spappz
Copy link

Spappz commented Sep 22, 2022

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!

@doomestee
Copy link
Contributor

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.

@Spappz
Copy link
Author

Spappz commented Sep 22, 2022

rip

Good luck with everything else then, and thanks for the library while it lasted 🙏

@bsian03 bsian03 linked a pull request Jan 10, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants