Removed support for client-only features

This commit is contained in:
RogueException
2016-02-06 14:26:01 -04:00
parent 15df38a2fc
commit 18ae9f6bc8
7 changed files with 27 additions and 119 deletions

View File

@@ -1,23 +0,0 @@
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

View File

@@ -28,7 +28,6 @@ This Documentation is **currently undergoing a rewrite**. Some pages (marked wit
:maxdepth: 2
getting_started
features/modes
features/logging
features/management
features/permissions