Table of Contents

Interface IDiscordOptions

Namespace
NetCord.Hosting
Assembly
NetCord.Hosting.dll
public interface IDiscordOptions

Properties

PublicKey

The public key used to validate HTTP interactions.

string? PublicKey { get; set; }

Property Value

string

Token

The token used to authenticate with Discord.

string? Token { get; set; }

Property Value

string