👎 Deprecated since 0.7.0:

please use serenity’s builders directly

Expand description

Provides alternatives to serenity’s message and embed builders.

Unlike serenity’s builders, the builders here use separate fields for all values instead of a HashMap. This provides an easy way to access the builder’s fields.

Due to the user-friendliness of these builders, they are slightly less efficient than serenity’s builders. You should only use these when you need access to the builder’s values which are set somewhere else.

All builders provide trait implementations to convert them into serenity’s builders.

Modules

embedDeprecated

Provides alternatives to serenity’s embed builders.

messageDeprecated

Provides alternative to serenity’s message builder.

preludeDeprecated

The builder prelude re-exports all types in the builder sub-modules.