Method WithEnforceNonce
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
WithEnforceNonce(bool)
Whether to enforce the nonce.
public DiscordMessageBuilder WithEnforceNonce(bool enforceNonce)
Parameters
enforceNonce
boolControls the nonce enforcement.
Returns
- DiscordMessageBuilder
The current builder to be chained.