Began updating documentation; fixed features/permissions to use more up-to-date information; made features/events contain usable information (removed the table of events); marked commands as a stub due to it being outdated; modified samples; updated index page
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Discord.Net
|
||||
===========
|
||||
|
||||
Discord.Net is an unofficial C# wrapper around the `Discord chat service`.
|
||||
Discord.Net is an unofficial C# wrapper around the `Discord Chat Service`.
|
||||
It offers several methods to create automated operations, bots, or even custom clients.
|
||||
|
||||
Feel free to join us in the `Discord API chat`_.
|
||||
@@ -9,28 +9,28 @@ Feel free to join us in the `Discord API chat`_.
|
||||
.. _Discord chat service: https://discordapp.com
|
||||
.. _Discord API chat: https://discord.gg/0SBTUU1wZTVjAMPx
|
||||
|
||||
Warning
|
||||
-------
|
||||
.. warn::
|
||||
|
||||
This is an alpha!
|
||||
This is a beta!
|
||||
|
||||
This library has been built thanks to a community effort reverse engineering the Discord client.
|
||||
As Discord is still in alpha, it may change at any time without notice, breaking this library as well.
|
||||
Discord.Net itself is also in early development and you will often encounter breaking changes until the official Discord API is released.
|
||||
This library has been built thanks to a community effort reverse engineering the Discord client.
|
||||
As the API is still unofficial, it may change at any time without notice, breaking this library as well.
|
||||
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.
|
||||
|
||||
It is highly recommended that you always use the latest version and please report any bugs you find to our `Discord chat`_.
|
||||
|
||||
.. _Discord chat: https://discord.gg/0SBTUU1wZTVjAMPx
|
||||
|
||||
This Documentation is **currently undergoing a rewrite**. Some pages (marked with a wrench) are not updated, or are not completed yet.
|
||||
|
||||
.. toctree::
|
||||
:caption: Documentation
|
||||
:maxdepth: 2
|
||||
|
||||
getting_started
|
||||
features/logging
|
||||
|
||||
getting_started
|
||||
features/logging
|
||||
features/management
|
||||
features/permissions
|
||||
features/profile
|
||||
features/commands
|
||||
features/voice
|
||||
features/events
|
||||
features/events
|
||||
|
||||
Reference in New Issue
Block a user