Josiah Bull
Josiah Bull
## Description Unable to set permissions for a slash command ## Version Cargo.toml is: ```toml [dependencies.serenity] default-features = false features = [ "client", "gateway", "rustls_backend", "model", "collector" ] version =...
**Describe the bug** I've been seeing [inconsistent coverage](https://app.codecov.io/gh/riptide-org/ws-com-framework/blob/main/src/message.rs).  Note that this error is positional for some reason. Swapping the impl for `CommError` with `Auth` means the...
modified `client::Response` type to contain `String` instead of `()` to achieve this. I ran into this issue yesterday when my automated test suite failed unexpectedly. Notably, fixing this doesn't conflict...