kangalio

Results 208 comments of kangalio

I don't think we want such a redesign. Here's what I can think of that users might want from custom caches: - custom caching policies - can be implemented using...

Can't reproduce with gateway intents `GatewayIntents::empty()` and code `dbg!(GuildId(703332075914264606).members(&ctx, None, None).await);` (this code executes fine) What serenity version are you running?

I cannot reproduce either ![Screenshot_20220917_123803](https://user-images.githubusercontent.com/21220820/190852613-aa007314-e5e6-45d4-b816-cc9c73a1d380.png) According to the code, the old guild data is retrieved before the update event is incorporated into the cache, which also seems correct https://github.com/serenity-rs/serenity/blob/2eea7d792615c25ed904d08ec5931d935a314e9a/src/client/dispatch.rs#L604-L609 I...

Command dispatch upon message edit was actually part of the API design idea, though perhaps I worded it confusingly: > When a Discord user edits a message applicable to edit-tracking,...

The standard framework is not really developed anymore, and my framework [poise](https://github.com/kangalioo/poise) does have this feature so I'm gonna close this issue

Linking these for completeness: #2024 (initial builder paradigm overhaul) #2069 (Send fix) #2078, #2086 (remove now-redundant builders) #2087 (statically enforce required fields) #2105 (audit log reason support) (Thank you @mkrasnitski...

About point 2, I think it's best to just remove the methods from the model types and have users call them on Id instead. It's better anyways if users are...

No response for 10 months, can this be closed?

The tracing and reqwest updates are not helpful because it forces needless dependency updates on people who are still running older (but semver-compatible) dependency versions