| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Some widget fixes. | Rapptz | 2019-03-19 | 1 | -0/+19 |
| | | |||||
| * | Organise documentation | NCPlayz | 2019-03-19 | 1 | -5/+5 |
| | | |||||
| * | Minor typo fix. | Rapptz | 2019-03-18 | 1 | -1/+1 |
| | | |||||
| * | Add on_disconnect event. | Rapptz | 2019-03-18 | 1 | -0/+8 |
| | | | | | I assume this is where it has to be. Fix #1937 | ||||
| * | Add support for store channels. | Rapptz | 2019-03-17 | 1 | -0/+4 |
| | | |||||
| * | Add exception hierarchy to the documentation. | Rapptz | 2019-03-12 | 1 | -0/+17 |
| | | |||||
| * | Add support for guild news channels. | Rapptz | 2019-03-08 | 1 | -0/+3 |
| | | |||||
| * | Add guild_integrations_update event | CraftSpider | 2019-02-18 | 1 | -0/+6 |
| | | |||||
| * | Expose more information from partial invites, along with counts. | Rapptz | 2019-02-12 | 1 | -0/+11 |
| | | | | | | | | | | | | | | This adds the following information. * `PartialInviteGuild` to replace `Object` patching * `PartialInviteChannel` to replace `Object` patching * Invite.approximate_member_count and Invite.approximate_presence_count The new partial objects provide better documentation on what is expected when you fetch random invites. Fixes #1830 | ||||
| * | Fix typo in API documentation. | stuarth | 2019-02-06 | 1 | -1/+1 |
| | | |||||
| * | Remove notes about Client.messages | Xua | 2019-02-06 | 1 | -5/+5 |
| | | | | Since `Client.messages` no longer exists, I think we should remove the note about the cache being named that. | ||||
| * | Fix user/user_id documentation for reaction remove events | MusicOnline | 2019-01-28 | 1 | -1/+1 |
| | | |||||
| * | Fix documentation for NotificationLevel | Chris R | 2018-11-26 | 1 | -2/+2 |
| | | |||||
| * | Add support for default notification level in audit logs and Guild.edit | Rapptz | 2018-11-25 | 1 | -1/+7 |
| | | |||||
| * | Add Guild.default_notifications | Chris | 2018-11-24 | 1 | -0/+11 |
| | | |||||
| * | add support for Bug Hunter and Early Supporter flags | bmintz | 2018-11-24 | 1 | -0/+6 |
| | | |||||
| * | Revert "Rework documentation to not duplicate inherited members." | Rapptz | 2018-10-11 | 1 | -0/+42 |
| | | | | | This reverts commit 96981210b3415e15446db0b702b07fef25c8b680. | ||||
| * | Rework documentation to not duplicate inherited members. | Rapptz | 2018-10-03 | 1 | -42/+0 |
| | | | | | This will probably be reverted in 1 week. | ||||
| * | Add support for AuditLogDiff.slowmode_delay. | Rapptz | 2018-09-25 | 1 | -6/+13 |
| | | |||||
| * | Fix webhook_update from code review | Jeremy Zhang | 2018-09-15 | 1 | -1/+1 |
| | | |||||
| * | Simple parser for WEBHOOKS_UPDATE | Jeremy Zhang | 2018-09-15 | 1 | -0/+6 |
| | | |||||
| * | [docs] sort the VoiceRegions | bmintz | 2018-08-30 | 1 | -33/+33 |
| | | | | | | | having them appear in the docs ordered by their internal number is not useful to the user. Sorting them by name allows one to more quickly locate a voice region in the docs. | ||||
| * | document HypeSquadHouse and Profile.hypesquad_houses | bmintz | 2018-08-30 | 1 | -1/+17 |
| | | |||||
| * | Fix typo in on_raw_reaction_add event. | Chris | 2018-08-28 | 1 | -1/+1 |
| | | |||||
| * | Adds missing voice regions. | MaximusPX | 2018-08-22 | 1 | -2/+7 |
| | | |||||
| * | More informations for the Application info | El Laggron | 2018-08-22 | 1 | -0/+18 |
| | | | | | | This adds the rpc_origin, bot_public and bot_require_code_grant attributes | ||||
| * | Drop support for Python 3.4 and make minimum version 3.5.2. | Rapptz | 2018-06-10 | 1 | -23/+3 |
| | | |||||
| * | Change raw events to use slotted data models instead of parameters. | Rapptz | 2018-04-14 | 1 | -25/+49 |
| | | | | | | | | | | | This allows for internal changes in Discord to not cause a breaking change every time something changes. Also implements #1214 which adds guild_id to every event where applicable. This is a breaking change. | ||||
| * | Split Game object to separate Activity subtypes for Rich Presences. | Rapptz | 2018-03-05 | 1 | -4/+43 |
| | | | | | | | | | | | | This is a massive breaking change. * All references to "game" have been renamed to "activity" * Activity objects contain a majority of the rich presence information * Game and Streaming are subtypes for memory optimisation purposes for the more common cases. * Introduce a more specialised read-only type, Spotify, for the official Spotify integration to make it easier to use. | ||||
| * | Add documentation for new_member system messages | FrostLuma | 2018-01-22 | 1 | -0/+4 |
| | | |||||
| * | Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter | Gorialis | 2018-01-06 | 1 | -4/+4 |
| | | |||||
| * | Add intersphinx | Tobotimus | 2018-01-06 | 1 | -31/+31 |
| | | |||||
| * | Missing Voice Regions | Mippy (William) | 2017-11-12 | 1 | -0/+9 |
| | | |||||
| * | Fix header size warnings. | Rapptz | 2017-09-21 | 1 | -1/+1 |
| | | |||||
| * | Add category support. | Rapptz | 2017-09-13 | 1 | -0/+7 |
| | | | | | | | | | | | | | | This adds: * CategoryChannel, which represents a category * Guild.by_category() which traverses the channels grouping by category * Guild.categories to get a list of categories * abc.GuildChannel.category to get the category a channel belongs to * sync_permissions keyword argument to abc.GuildChannel.edit to sync permissions with a pre-existing or new category * category keyword argument to abc.GuildChannel.edit to move a channel to a category | ||||
| * | Fix on_guild_join param doc | Steve C | 2017-08-27 | 1 | -1/+1 |
| | | |||||
| * | Add webhook support. | Rapptz | 2017-08-21 | 1 | -1/+23 |
| | | | | | | | | Allows for usage of either `requests` and `aiohttp` when used in "Standalone" mode. Fixes #704 | ||||
| * | Add support for Guild.system_channel | Rapptz | 2017-08-17 | 1 | -0/+10 |
| | | |||||
| * | Add documentation examples for AsyncIterator and change_presence. | Gorialis | 2017-08-08 | 1 | -0/+27 |
| | | |||||
| * | Add operation documentation for VerificationLevel, ContentFilter | Gorialis | 2017-08-02 | 1 | -0/+42 |
| | | |||||
| * | Fix AsyncIterator documentation to properly show coroutines. | Rapptz | 2017-07-29 | 1 | -4/+6 |
| | | |||||
| * | Hide constructor for objects that shouldn't be created by users. | Rapptz | 2017-07-05 | 1 | -19/+19 |
| | | |||||
| * | Rename AsyncIterator.get to next to prevent shadowing. | Rapptz | 2017-07-04 | 1 | -1/+14 |
| | | |||||
| * | Add support for user flags in Profile. | Rapptz | 2017-06-30 | 1 | -0/+12 |
| | | |||||
| * | Implement "partial" message events. | Rapptz | 2017-06-09 | 1 | -1/+70 |
| | | | | | | These are events that get triggered regardless of the state of the message cache. Useful for getting data from before the bot was booted. | ||||
| * | Fix typing/history showing up twice in the documentation. | Rapptz | 2017-06-03 | 1 | -6/+6 |
| | | |||||
| * | Implement an Attachment model. | Rapptz | 2017-05-30 | 1 | -0/+6 |
| | | |||||
| * | Rename verification level to extreme due to demand. | Rapptz | 2017-05-27 | 1 | -2/+2 |
| | | |||||
| * | Add highest verification level. | Rapptz | 2017-05-27 | 1 | -0/+7 |
| | | |||||
| * | Kill remaining references to discord.Channel in documentation. | Rapptz | 2017-05-19 | 1 | -1/+1 |
| | | |||||