aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add ChannelType.category enum value.Rapptz2017-11-281-0/+4
|
* ran faq through a spelling and grammar checkerSleepy Flower Girl2017-10-032-2/+2
|
* Hide constructor for objects that shouldn't be created by users.Datmellow2017-07-051-13/+13
|
* Version bump to v0.16.6v0.16.6Rapptz2017-02-141-0/+14
|
* Version bump to v0.16.1v0.16.1Rapptz2017-01-091-0/+16
|
* Version bump to v0.16.0.v0.16.0Rapptz2016-12-191-0/+25
|
* Make FAQ use change_presence instead of change_status.Rapptz2016-11-301-4/+4
|
* Version bump to v0.15.1v0.15.1Rapptz2016-11-301-0/+7
|
* Version bump to v0.15.0v0.15.0Rapptz2016-11-221-1/+23
|
* Support MESSAGE_REACTION_REMOVE_ALL event.Rapptz2016-11-211-0/+9
|
* Add FAQ entry about reactionsleovoel2016-11-141-0/+17
|
* Add support for rich embeds.Rapptz2016-11-131-0/+6
|
* Version bump to v0.14.3v0.14.3Rapptz2016-11-061-0/+11
|
* Version bump to v0.14.2v0.14.2Rapptz2016-11-041-0/+16
|
* Fix Reaction not importing.v0.14.1Rapptz2016-11-031-0/+11
| | | | Also bump version to v0.14.1
* Forgot the v0.14.0 heading in the docs.Rapptz2016-11-031-0/+3
|
* Version bump to v0.14.0v0.14.0Rapptz2016-11-031-0/+24
|
* Change reaction events signature and name.Rapptz2016-11-031-5/+17
| | | | | | | | | This changes the event signature to be (reaction, user) instead of (message, reaction, user) since the reaction data class already has the message being reacted to as a member. The name was shortened from on_message_reaction_ to on_reaction_ since the message prefix was deemed redundant.
* Add support for reactions.khazhyk2016-10-271-0/+20
| | | | | | | | | | | Reactions can be be standard emojis, or custom server emojis. Adds - add/remove_reaction - get_reaction_users - Messages have new field reactions - new events - message_reaction_add, message_reaction_remove - new permission - add_reactions
* Version bump to v0.13.0v0.13.0Rapptz2016-09-261-0/+36
|
* Add support for "Do Not Disturb" and "Invisible" statuses.Rapptz2016-09-261-0/+11
| | | | | This deprecates Client.change_status in favour of the newer and more correct Client.change_presence.
* Update What's New page with v0.12.0 changes.Rapptz2016-09-251-0/+56
|
* Fix 404'd FAQ links.Rapptz2016-09-251-2/+2
|
* Add support for server verification levels.Rapptz2016-09-121-0/+24
| | | | | | This adds a new enum named VerificationLevel to denote said verification level. This enum will also be used in the Client.edit_server calls instead of the undocumented int parameter.
* Document new MessageType.pins_addRapptz2016-09-121-0/+3
|
* Add new EU Central and EU West server regions.Rapptz2016-09-091-0/+9
|
* Explain cases where the on_message_edit event can be triggered.Rapptz2016-08-141-5/+21
|
* Document the new emoji stuff.Rapptz2016-08-011-1/+14
|
* Version bump to v0.11.0v0.11.0Rapptz2016-07-301-0/+50
|
* Document VoiceState class.Rapptz2016-07-241-0/+6
|
* Add AppInfo.owner attribute.Rapptz2016-07-211-0/+4
|
* Add support for querying information about group calls.Rapptz2016-07-151-0/+6
|
* Handle adding and removal of group members.Rapptz2016-07-151-0/+9
|
* Add remaining server regions to the enum.Rapptz2016-07-141-0/+13
|
* Add support for different message types and call message.Rapptz2016-07-131-0/+33
|
* Begin working on gateway v6 changes.Rapptz2016-07-131-0/+6
| | | | | The first batch of changes are related to channel types and group direct messages. Support these first so READY begins parsing.
* Change max_length to max_messagesPC2016-06-281-1/+1
|
* Update whats new page a little bit to say the changelog is too big.Rapptz2016-06-271-2/+4
|
* Add FAQ entry for `after` being called right away.Rapptz2016-06-201-0/+21
|
* Add discord.PermissionOverwrite type for channel-specific overwrites.Rapptz2016-06-141-0/+6
|
* Add Client.application_info to retrieve the current app info.Rapptz2016-06-101-1/+25
| | | | Fixes #241.
* Clarify `on_ready` triggering more than twice.Rapptz2016-06-101-0/+3
| | | | | | On that note, fix the background_task example to use `Client.run` instead of manual loop management. That way the task will be cleaned up and cancelled inside `Client.run`.
* Fix some typos in the FAQ page.Rapptz2016-06-071-2/+2
|
* Add FAQ section to the documentation.Rapptz2016-06-072-0/+271
|
* Add Role.server attribute.Rapptz2016-06-011-3/+4
| | | | This breaks events that expected a server parameter for the role events.
* Add RESUME support.Rapptz2016-06-011-0/+4
|
* Begin working on gateway v4 support.Rapptz2016-04-271-0/+2
| | | | | | Bump websockets requirement to v3.1 Should be squashed...
* Typo fixMatt Gardner2016-04-151-1/+1
| | | | | Changed spelling of optinal to the correct spelling of optional in docs\logging.rst
* Add utility function for generating OAuth2 urls.Rapptz2016-04-081-0/+2
|
* Change all email/password pair examples to use token.Rapptz2016-04-081-3/+3
|