datcord 0.1.0

A high-level Discord API wrapper
Documentation

Datcord-rs

This documentation follows the official Discord API docs

Datcord-rs is a high-level Discord API wrapper

Current features:

  • Getting all existing global commands[^1]
  • Registering new commands[^2]
  • Deleting existing commands[^3]
  • Ed25519 encryption headers verification[^4]
  • Responding to PING[^5] interactions[^6]

Currently working on:

  • Responding to APPLICATION_COMMAND[^5] interactions

[^1]: Getting existing commands [^2]: Creating new commands [^3]: Deleting existing commands

[^4]: How discord uses Ed25519 [^5]: Types of interactions [^6]: Interactions