Lakelezz

Results 8 comments of Lakelezz

Yes, the RC of audiopus should fix cross-compiling. I wanted to port songbird to it myself but did not get around to it. Glad to see that you have, once...

> > > guys, anyone got slash command work? > > ``` > error[E0599]: no function or associated item named `get_global_application_commands` found for struct `serenity::model::interactions::ApplicationCommand` in the current scope >...

Wouldn't command dispatch upon message edit as an option on the framework be more reasonable? Is there anything this would not cover for your use case?

Hello, Zheoni. This is a good idea but this suggested implementation fails in one aspect. The actual attributes do not describe the kind of help-system, therefore, suggesting *inline* as style...

One approach could be a custom setting for the embed functions. Since the help-command (marked by the attribute) calls the help-implementation (embed or plain), passing an argument would be valid....

The new framework can be followed here: https://github.com/serenity-rs/framework

Hello, thank you for your issue! Could you elaborate what you would expect from or in such an example?

You can find all what you need on the `Member` struct's methods: https://docs.rs/serenity/0.7.0/serenity/model/guild/struct.Member.html#methods See `add_role`, `remove_role`, and `kick`. The members are located on the `Cache`, you can grab them via...