UnifierHQ / unifier

A fast and versatile Discord bot connecting servers and platforms
https://unifier-wiki.pixels.onl/
GNU Affero General Public License v3.0
4 stars 5 forks source link

Threads support #133

Closed greeeen-dev closed 1 week ago

greeeen-dev commented 1 month ago

Checklist

Is your feature request related to a problem? Please describe.

Currently, threads are not supported, and sending messages in a thread of a Unifier linked channel will throw an error.

Describe the solution you'd like

Add support for threads.

Describe alternatives you've considered

Additional context

greeeen-dev commented 1 month ago

Someone remind me tomorrow that I have to learn how threads work with Nextcord

greeeen-dev commented 1 month ago

Pushing this back to v2.0.1, gotta learn how threads work on Nextcord first and also plan how this'll work

greeeen-dev commented 2 weeks ago

Just realized something...

A lot of services, like Revolt, don't support Threads, while services like Guilded do support it but Webhooks don't like Threads for some reason (tbh, what did I expect, Guilded API is a pain in the ass to work with. Kudos to Revolt for making their API easy as hell to work with, Masquerade is a godsend). Because of this feature disparity between the platforms, I'm not sure if it'd be worth trying to implement Threads support, as people won't be able to receive or send messages from Threads.

@NullyIsHere thoughts?

greeeen-dev commented 1 week ago

Closing - Nextcord doesn't support editing webhook messages in Threads apparently