Added initial docs
This commit is contained in:
39
docs/index.rst
Normal file
39
docs/index.rst
Normal file
@@ -0,0 +1,39 @@
|
||||
Discord.Net
|
||||
===========
|
||||
|
||||
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 chat with us in the `API Server on Discord`_.
|
||||
|
||||
.. _Discord chat service: https://discordapp.com
|
||||
.. _API Server on Discord: https://discord.gg/0SBTUU1wZTVjAMPx
|
||||
|
||||
Warning
|
||||
-------
|
||||
|
||||
This is an alpha!
|
||||
|
||||
The Discord API is still in active development, meaning this library may break at any time without notice.
|
||||
|
||||
Discord.Net itself is also in alpha so several functions may be unstable, untested, or not work at all.
|
||||
|
||||
Please report any bugs you find to our `Discord chat`_.
|
||||
|
||||
.. _Discord chat: https://discord.gg/0SBTUU1wZTVjAMPx
|
||||
|
||||
Contents
|
||||
--------
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Discord.Net
|
||||
|
||||
getting_started
|
||||
features/logging
|
||||
features/commands
|
||||
features/voice
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Discord API
|
||||
Reference in New Issue
Block a user