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 1.1 kB

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
123456789101112131415161718192021222324252627282930313233343536
  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 join us in the `Discord API chat`_.
  6. .. _Discord chat service: https://discordapp.com
  7. .. _Discord API chat: https://discord.gg/0SBTUU1wZTVjAMPx
  8. Warning
  9. -------
  10. This is an alpha!
  11. This library has been built thanks to a community effort reverse engineering the Discord client.
  12. As Discord is still in alpha, it may change at any time without notice, breaking this library as well.
  13. Discord.Net itself is also in early development and you will often encounter breaking changes until the official Discord API is released.
  14. It is highly recommended that you always use the latest version and please report any bugs you find to our `Discord chat`_.
  15. .. _Discord chat: https://discord.gg/0SBTUU1wZTVjAMPx
  16. .. toctree::
  17. :caption: Documentation
  18. :maxdepth: 2
  19. getting_started
  20. features/logging
  21. features/management
  22. features/permissions
  23. features/profile
  24. features/commands
  25. features/voice
  26. features/events