Table of Contents

Method WithNonce

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

WithNonce(string)

Sets the nonce for the message.

public DiscordMessageBuilder WithNonce(string nonce)

Parameters

nonce string

The nonce for the message. Max 25 chars.

Returns

DiscordMessageBuilder

The current builder to be chained.