Josiah Bull

Results 3 issues of 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). ![Screenshot from 2022-08-27 20-09-36](https://user-images.githubusercontent.com/29187591/187021410-0f79ea5c-82f5-49e9-abe4-5ec3146f12dd.png) Note that this error is positional for some reason. Swapping the impl for `CommError` with `Auth` means the...

accuracy

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...