Discore
Show / Hide Table of Contents

API Documentation

Discore .NET API documentation generated directly from source code.

Namespaces:

  • Discore: Contains all common classes such as Discord entities (i.e. DiscordGuild) and utilities (i.e. Snowflake).
  • Discore.Caching: Optional entity caching utilities for shards. See DiscordMemoryCache.
  • Discore.Http: Classes for interacting with Discord's HTTP API. See DiscordHttpClient.
  • Discore.Voice: Provides support for creating DiscordVoiceConnections and sending voice data to them.
  • Discore.WebSocket: Lets bots connect to Discord's real-time WebSocket Gateway via Shards.

Get started by instantiating an entrypoint into Discore:

  • DiscordHttpClient: For working with Discord's HTTP API.
  • Shard: For working with Discord's real-time WebSocket Gateway.
  • Improve this Doc
In This Article
Back to top Generated by DocFX