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.3 kB

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. .. warn::
  9. This is a beta!
  10. This library has been built thanks to a community effort reverse engineering the Discord client.
  11. As the API is still unofficial, it may change at any time without notice, breaking this library as well.
  12. Discord.Net itself is still in development (and is currently undergoing a rewrite) and you may encounter breaking changes throughout development until the official Discord API is released.
  13. It is highly recommended that you always use the latest version and please report any bugs you find to our `Discord chat`_.
  14. .. _Discord chat: https://discord.gg/0SBTUU1wZTVjAMPx
  15. This Documentation is **currently undergoing a rewrite**. Some pages (marked with a wrench) are not updated, or are not completed yet.
  16. .. toctree::
  17. :caption: Documentation
  18. :maxdepth: 2
  19. getting_started
  20. features/logging
  21. features/management
  22. features/permissions
  23. features/commands
  24. features/voice
  25. features/events