2245 Commits (d5589dcc27c9c7b620739d8c2ad0d8c93d6e5efe)
 

Author SHA1 Message Date
Rapptz d5589dcc27 Document the new opus loading behaviour 5 years ago
Karthikeyan Singaravelan 25b8adc404 Import ABC from collections.abc instead of collections 5 years ago
Karthikeyan Singaravelan 1b4cac92fc Fix warnings regarding invalid escape sequences. 5 years ago
Myst(MysterialPy) c2a05688d7 Add Python 3.8 classifier to setup.py 5 years ago
Rapptz 0033cc83ef Fix fetching invites on guilds the user is not in 5 years ago
Snaptraks ba112e6ec8 Remove extra backtick in CustomActivity docs 5 years ago
Harmon e469174071 Documentation fixes (#2531) 5 years ago
Rapptz a2a02ea945 Version bump to v1.3 5 years ago
Xua 1fd87ad0ca Add example on subclassing commands.Context 5 years ago
Rapptz 215fed831c Mention that you can create Permissions via kwargs now 5 years ago
Harmon 6f9793fe5e Fixes and improvements for v1.3 documentation 5 years ago
Io Mintz 03d9005eec
1.3.0 changelog: fetch_roles fetches roles, not members 5 years ago
Rapptz 2ba28bbfe2 One last superfluous .0 in versionadded 5 years ago
Rapptz 956b155cc5 Fix up some links and mention IDENTIFY change 5 years ago
Rapptz cecd45d503 Add changelog for v1.3 5 years ago
Rapptz eddbe27f2e Fix out of order files being sent in webhooks when there are 10 files. 5 years ago
Rapptz 17f343b03e Minor documentation fixes 5 years ago
Rapptz 706a333287 Add missing coroutine header for sleep_until 5 years ago
Josh B d0a1956be9 Improve usability of utils.sleep_until 5 years ago
Rapptz e21d49c980 [commands] Only clean semaphore when there are no waiters 5 years ago
Rapptz 733962df12 Drop final 0 in versionadded numbers in api.rst 5 years ago
Rapptz d9cd4a3561 [commands] Implement Command.__call__ 5 years ago
Rapptz 02397306b2 Drop superfluous zero in version related changes in the documentation 5 years ago
Rapptz 4de314d2c3 [commands] Export max_concurrency and MaxConcurrencyReached in docs 5 years ago
Rapptz 08c90668cd [commands] Be more clear in the default error for MaxConcurrencyReached 5 years ago
Rapptz 1a7b838d2a [commands] Refactor BucketType to not repeat in other places in code 5 years ago
Rapptz bf84c63396 [commands] Add max_concurrency decorator 5 years ago
Rapptz 3149f15165 [tasks] Use new sleep_until util instead of internal function 5 years ago
Josh B 40369a493d Add discord.utils.sleep_until helper function 5 years ago
Josh B d7e925eb89 [tasks] Fix issue with next_iteration when task overruns time allotted 5 years ago
Josh B a0b3e61b51 [tasks] Add Loop.next_iteration property 5 years ago
Rapptz 6ed0ae7d96 Fix fetching invites for a GroupChannel. 5 years ago
Hugo Woesthuis ee6f4e85d6 [commands] Allow @ prefixed usernames in DM contexts for UserConverter 5 years ago
Rapptz 4cf02c9461 Update attachment documentation for width/height applying to videos too 5 years ago
Rapptz 6071607176 Bump copyright year to 2020 5 years ago
Rapptz 9f2018f439 [commands] Case insensitivity uses casefold instead of lower 5 years ago
Willy 43e38654e9
Added docs for overwrites kwarg for CategoryChannel.edit 5 years ago
Rapptz 650beee53d Add instance check to PermissionOvewrite.__eq__ 5 years ago
Rapptz a1d41f16d8 Document NotFound exception raise in message deletion endpoints 5 years ago
Rapptz a2b241446e [commands] Document BucketType separately 5 years ago
Rapptz 97d1c970bf [commands] Context.send_help properly sends to on_help_command_error 5 years ago
Rapptz 87f9dcff9c Add support for clearing a specific reaction. 5 years ago
Rapptz 7b2c01c48a Add support for on_invite_create and on_invite_delete 5 years ago
Rapptz 23f16618fd Make CustomActivity.__str__ not raise errors and match the client 5 years ago
Reece Dunham e2dc466625
[docs] Fix sphinx warning about heading 5 years ago
apple502j 7af8b313e5 [commands] Add missing async in documentation 5 years ago
Rapptz 5f7a97ff96 Document BaseActivity 5 years ago
Zomatree 1b4b6f8da2 updated the docs for Guild.vanity_invite 5 years ago
Zomatree 4b826a894c
removed parameter section in Asset.read 5 years ago
Rapptz 42a084028c Expose _ActivityTag as BaseActivity to easily refer to. 5 years ago