kangalio

Results 243 comments of kangalio
trafficstars

The framework successor, e.g. poise, would fill that role.

Poise has been moved into the serenity-rs organization https://github.com/serenity-rs/poise/

I meant this just as a heads-up, not as a closing request 😅 I think this issue should be closed only when standard_framework deprecation has either been accomplished (including migration...

I agree. Keeping standard_framework is hardly any maintaining efforts

Deprecation will involve removing example crates that showcase standard_framework: - e05_command_framework - e06_sample_bot_structure And overhauling example crates that make use of standard_framework, to use just raw EventHandler: - e07_env_logging -...

There is [this](https://github.com/rust-lang-de/rustbook-de) (read it [here](https://rust-lang-de.github.io/rustbook-de/)). It already seems rather complete... should we move to that Git repository or stay with the transifex?

Regarding the question: poise uses serenity's ArgumentConvert trait to convert strings into Discord model types. Poise adds a few specialized implementations beyond that for primitive types

> So I wonder, like we can wrap type in Option to make it optional, is it possible to add such feature that wrap with Result so we can handle...

Is there a use case that's not satisfied with a command-specific `on_error` handler?

I agree, it would fit into the existing API very well Implementation may turn out to be quite complicated the way the code is currently structured (or maybe not -...