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

10 years ago
10 years ago
10 years ago
10 years ago
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 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. 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. **The documentation is currently being written to reflect ``0.9-rc4``, which can be accessed via the latest git-master.**
  17. .. toctree::
  18. :caption: Documentation
  19. :maxdepth: 2
  20. getting_started
  21. features/logging
  22. features/server-management
  23. features/user-management
  24. features/permissions
  25. features/commands
  26. features/voice
  27. features/events