Browse Source

Create modes.rst

tags/docs-0.9
RogueException 9 years ago
parent
commit
6945117c5e
1 changed files with 23 additions and 0 deletions
  1. +23
    -0
      docs/features/modes.rst

+ 23
- 0
docs/features/modes.rst View File

@@ -0,0 +1,23 @@
Modes
======

Usage
-----
Using this library requires you to state the intention of the program using it.
By default, the library assumes your application is a bot or otherwise automated program, and locks access to certain client-only features.
As we approach the official API, Discord will be creating a divide between bots and clients, so it's important to use the mode appropriate for your program to minimize breaking changes!

.. warning::
This is not a complete list, new features will be added in the future.

Client-Only Features
--------------------

- Message Acknowledgement (Message.Acknowledge(), DiscordClient.MessageAcknowledged)
- Message Importing/Exporting
- Message Read States

Bot-Only Features
-----------------

- Currently, None

Loading…
Cancel
Save