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
I have just been made aware of the fact that Spacebars API, which I seem to have based this methods' implementation on, wrongly implemented guild deletion. Apparently, it has been DELETE /guilds/<guild_id> for years, not POST /guilds/<guild_id>/delete, as Spacebar and Chorus have implemented it.
Changing this should be an easy fix - 5 minutes tops. Note, that the Guild deletion test will fail, as the tests are based on the Spacebar server, which is wrongly implemented apparently.
The current route isn't wrong. Apparently, Discord supports both routes. v9 Documentation lists the DELETE route, however. Unsure if the change is still required
I have just been made aware of the fact that Spacebars API, which I seem to have based this methods' implementation on, wrongly implemented guild deletion. Apparently, it has been DELETE /guilds/<guild_id> for years, not POST /guilds/<guild_id>/delete, as Spacebar and Chorus have implemented it.
Changing this should be an easy fix - 5 minutes tops. Note, that the Guild deletion test will fail, as the tests are based on the Spacebar server, which is wrongly implemented apparently.
https://github.com/polyphony-chat/chorus/blob/main/src/api/guilds/guilds.rs#L108-L116
The text was updated successfully, but these errors were encountered: