Interface IDiscordOptions
public interface IDiscordOptions
Properties
PublicKey
The public key used to validate HTTP interactions.
string? PublicKey { get; set; }
Property Value
Token
The token used to authenticate with Discord.
string? Token { get; set; }