👎Deprecated since 0.8.1: use interactions via
twilight-http
or twilight-gateway
Expand description
Configuration for a Parser
.
Provided are methods for adding commands and removing them, as well as adding prefixes and removing prefixes. You can also iterate over commands and prefixes.
Structs§
- Command
Parser Config Deprecated - Configuration for a
Parser
. - Commands
Deprecated - Iterator over the parser configuration’s immutably borrowed commands.
- Commands
Mut Deprecated - Iterator over the parser configuration’s mutably borrowed commands.
- Prefixes
Deprecated - Iterator over the parser configuration’s immutably borrowed prefixes.
- Prefixes
Mut Deprecated - Iterator over the parser configuration’s mutably borrowed prefixes.