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.

modes.rst 757 B

10 years ago
1234567891011121314151617181920212223
  1. Modes
  2. ======
  3. Usage
  4. -----
  5. Using this library requires you to state the intention of the program using it.
  6. By default, the library assumes your application is a bot or otherwise automated program, and locks access to certain client-only features.
  7. 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!
  8. .. warning::
  9. This is not a complete list, new features will be added in the future.
  10. Client-Only Features
  11. --------------------
  12. - Message Acknowledgement (Message.Acknowledge(), DiscordClient.MessageAcknowledged)
  13. - Message Importing/Exporting
  14. - Message Read States
  15. Bot-Only Features
  16. -----------------
  17. - Currently, None