| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix fetching invites on guilds the user is not in | Rapptz | 2020-01-25 | 1 | -1/+1 |
| | | |||||
| * | Remove extra backtick in CustomActivity docs | Snaptraks | 2020-01-24 | 1 | -1/+1 |
| | | |||||
| * | Documentation fixes (#2531) | Harmon | 2020-01-24 | 2 | -8/+8 |
| | | | | | | * Fix indentation for versionadded for Team.members * Replace tabs with spaces in API Reference documentation | ||||
| * | Version bump to v1.3v1.3.0 | Rapptz | 2020-01-24 | 1 | -2/+2 |
| | | |||||
| * | Add example on subclassing commands.Context | Xua | 2020-01-24 | 1 | -0/+51 |
| | | |||||
| * | Mention that you can create Permissions via kwargs now | Rapptz | 2020-01-23 | 2 | -0/+5 |
| | | |||||
| * | Fixes and improvements for v1.3 documentation | Harmon | 2020-01-22 | 14 | -28/+122 |
| | | | | | | | | | | * Add missing versionadded strings for v1.3 * Add missing versionchanged string for Message.edit * Consistently use versionadded for attributes * Consistently use versionchanged for parameters * Use versionchanged for Bot.is_owner * Fix references in v1.3 changelog * Improve grammar in v1.3 changelog | ||||
| * | 1.3.0 changelog: fetch_roles fetches roles, not members | Io Mintz | 2020-01-22 | 1 | -1/+1 |
| | | |||||
| * | One last superfluous .0 in versionadded | Rapptz | 2020-01-22 | 2 | -2/+2 |
| | | |||||
| * | Fix up some links and mention IDENTIFY change | Rapptz | 2020-01-22 | 1 | -1/+2 |
| | | |||||
| * | Add changelog for v1.3 | Rapptz | 2020-01-22 | 2 | -0/+117 |
| | | |||||
| * | Fix out of order files being sent in webhooks when there are 10 files. | Rapptz | 2020-01-22 | 1 | -1/+1 |
| | | |||||
| * | Minor documentation fixes | Rapptz | 2020-01-21 | 2 | -3/+3 |
| | | |||||
| * | Add missing coroutine header for sleep_until | Rapptz | 2020-01-21 | 1 | -1/+3 |
| | | |||||
| * | Improve usability of utils.sleep_until | Josh B | 2020-01-21 | 3 | -8/+9 |
| | | | | | | | | | | Fix issue where sleeping for an extended period on python 3.5 would cause an exception Add sleep_until to API docs Add result argument to sleep_until | ||||
| * | [commands] Only clean semaphore when there are no waiters | Rapptz | 2020-01-21 | 1 | -1/+4 |
| | | |||||
| * | Drop final 0 in versionadded numbers in api.rst | Rapptz | 2020-01-21 | 1 | -7/+6 |
| | | |||||
| * | [commands] Implement Command.__call__ | Rapptz | 2020-01-21 | 2 | -0/+19 |
| | | |||||
| * | Drop superfluous zero in version related changes in the documentation | Rapptz | 2020-01-21 | 17 | -61/+61 |
| | | |||||
| * | [commands] Export max_concurrency and MaxConcurrencyReached in docs | Rapptz | 2020-01-21 | 1 | -0/+6 |
| | | |||||
| * | [commands] Be more clear in the default error for MaxConcurrencyReached | Rapptz | 2020-01-21 | 1 | -1/+1 |
| | | |||||
| * | [commands] Refactor BucketType to not repeat in other places in code | Rapptz | 2020-01-21 | 1 | -39/+24 |
| | | |||||
| * | [commands] Add max_concurrency decorator | Rapptz | 2020-01-21 | 3 | -1/+204 |
| | | |||||
| * | [tasks] Use new sleep_until util instead of internal function | Rapptz | 2020-01-21 | 1 | -6/+2 |
| | | |||||
| * | Add discord.utils.sleep_until helper function | Josh B | 2020-01-21 | 1 | -0/+18 |
| | | |||||
| * | [tasks] Fix issue with next_iteration when task overruns time allotted | Josh B | 2020-01-21 | 1 | -3/+7 |
| | | |||||
| * | [tasks] Add Loop.next_iteration property | Josh B | 2020-01-20 | 1 | -1/+26 |
| | | |||||
| * | Fix fetching invites for a GroupChannel. | Rapptz | 2020-01-20 | 1 | -12/+23 |
| | | | | | | Closes #2394 Fixes #2383 | ||||
| * | [commands] Allow @ prefixed usernames in DM contexts for UserConverter | Hugo Woesthuis | 2020-01-20 | 1 | -2/+7 |
| | | | | | | | | Previously the argument '@user#0000' return None. To fix this, as this is a common user error, an extra check was added to remove the first character from the argument if this is an '@'. Discord names may not contain an '@' anyways. | ||||
| * | Update attachment documentation for width/height applying to videos too | Rapptz | 2020-01-20 | 1 | -2/+2 |
| | | |||||
| * | Bump copyright year to 2020 | Rapptz | 2020-01-19 | 57 | -65/+65 |
| | | | | | Closes #2510 | ||||
| * | [commands] Case insensitivity uses casefold instead of lower | Rapptz | 2020-01-19 | 1 | -6/+6 |
| | | | | | | There seems to be very little performance regression in doing so (+5ns) so might as well go for the more correct behaviour. | ||||
| * | Added docs for overwrites kwarg for CategoryChannel.edit | Willy | 2020-01-19 | 1 | -0/+5 |
| | | |||||
| * | Add instance check to PermissionOvewrite.__eq__ | Rapptz | 2020-01-19 | 1 | -1/+1 |
| | | |||||
| * | Document NotFound exception raise in message deletion endpoints | Rapptz | 2020-01-18 | 2 | -3/+7 |
| | | |||||
| * | [commands] Document BucketType separately | Rapptz | 2020-01-18 | 2 | -10/+34 |
| | | |||||
| * | [commands] Context.send_help properly sends to on_help_command_error | Rapptz | 2020-01-18 | 1 | -10/+22 |
| | | |||||
| * | Add support for clearing a specific reaction. | Rapptz | 2020-01-17 | 6 | -6/+152 |
| | | | | | Closes #2440 | ||||
| * | Add support for on_invite_create and on_invite_delete | Rapptz | 2020-01-17 | 3 | -3/+59 |
| | | |||||
| * | Make CustomActivity.__str__ not raise errors and match the client | Rapptz | 2020-01-15 | 1 | -1/+6 |
| | | |||||
| * | [docs] Fix sphinx warning about heading | Reece Dunham | 2020-01-15 | 1 | -1/+1 |
| | | |||||
| * | [commands] Add missing async in documentation | apple502j | 2020-01-14 | 1 | -1/+1 |
| | | |||||
| * | Document BaseActivity | Rapptz | 2020-01-14 | 3 | -8/+6 |
| | | |||||
| * | updated the docs for Guild.vanity_invite | Zomatree | 2020-01-14 | 1 | -2/+1 |
| | | |||||
| * | removed parameter section in Asset.read | Zomatree | 2020-01-15 | 1 | -7/+0 |
| | | |||||
| * | Expose _ActivityTag as BaseActivity to easily refer to. | Rapptz | 2020-01-14 | 7 | -21/+39 |
| | | |||||
| * | Add support for custom activities | Rapptz | 2020-01-14 | 3 | -1/+116 |
| | | | | | | | It's been long enough. Fixes #2400 | ||||
| * | [commands] Force the predicate attribute in checks to be a coroutine | Rapptz | 2020-01-14 | 1 | -53/+12 |
| | | |||||
| * | [commands] Add missing CheckAnyFailure documentation | Rapptz | 2020-01-14 | 1 | -0/+4 |
| | | |||||
| * | Rewrite on_ready delay to actually make sense and prevent heavy sleep | Rapptz | 2020-01-14 | 1 | -7/+15 |
| | | |||||