You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.rst 939 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. Discord.Net
  2. ===========
  3. Discord.Net is an unofficial C# wrapper around the `Discord chat service`.
  4. It offers several methods to create automated operations, bots, or even custom clients.
  5. Feel free to chat with us in the `API Server on Discord`_.
  6. .. _Discord chat service: https://discordapp.com
  7. .. _API Server on Discord: https://discord.gg/0SBTUU1wZTVjAMPx
  8. Warning
  9. -------
  10. This is an alpha!
  11. The Discord API is still in active development, meaning this library may break at any time without notice.
  12. Discord.Net itself is also in alpha so several functions may be unstable, untested, or not work at all.
  13. Please report any bugs you find to our `Discord chat`_.
  14. .. _Discord chat: https://discord.gg/0SBTUU1wZTVjAMPx
  15. Contents
  16. --------
  17. .. toctree::
  18. :maxdepth: 2
  19. :caption: Discord.Net
  20. getting_started
  21. features/logging
  22. features/commands
  23. features/voice
  24. .. toctree::
  25. :maxdepth: 2
  26. :caption: Discord API