kangalio
kangalio
Does this issue still happen with songbird 0.3.0? It depends on audiopus 0.3.0-rc.0, which, according to the linked issue in serenity-rs/songbird, fixes the problem
A good way to find remaining affected code is to search globally for `#[cfg(not(`
I cannot find any instance of public API being altered or removed when enabling a feature anymore. I checked by global search for `#[cfg(not(feature =`
Can this issue be closed?
Maybe this is related to all of the following requests sharing the same ratelimit bucket (`Route` enum variant)? - GetWebhook(WithToken) - CreateFollowupMessage - DeleteWebhook(WithToken) - EditWebhook(WithToken) - ExecuteWebhook
Implemented in #1757, can now be closed
For the underlying issue, see #832
Fixed as far as we can in #2151, this issue can be closed
My framework [poise](https://github.com/Kangalioo/poise) has become relatively popular for declarative slash commands (and text commands, and context menu commands)
For whoever implements this: the problem is here https://docs.rs/serenity/latest/serenity/model/guild/struct.Guild.html#structfield.id and here https://docs.rs/serenity/latest/serenity/model/channel/struct.GuildChannel.html#structfield.id