Remora / Remora.Discord

A data-oriented C# Discord library, focused on high-performance concurrency and robust design.
GNU Lesser General Public License v3.0
243 stars 46 forks source link

Add voice channel statuses #312

Open VelvetToroyashi opened 1 year ago

VelvetToroyashi commented 1 year ago

As it says on the tin; see also https://github.com/discord/discord-api-docs/pull/6398 (this requires merging #311 first)

MazeXP commented 1 year ago

You have the commit about adding the new permissions in this PR as well by accident.

VelvetToroyashi commented 1 year ago

Intentional; it'll be absolved when #311 is merged. (Though, I do have to see why the build is failing, oops)

MazeXP commented 1 year ago

Seems like we will get a new endpoint for setting the voice channel status: https://github.com/discord/discord-api-docs/pull/6400 According to https://github.com/discord/discord-api-docs/pull/6398#issuecomment-1709042370 it will not be set through the typical Modify Channel call.

VelvetToroyashi commented 1 year ago

Yeah oops, don't know why I did it like this when I literally linked the PR haha.

Nihlus commented 6 months ago

Please rebase this PR as well - there are now merge conflicts, and the new inspection support should catch a couple of issues in the code. Merging is blocked by Discord not having merged the corresponding PRs fow now.