Commit Graph

  • cecd45d503 Add changelog for v1.3 Rapptz 2020-01-22 20:44:58 -05:00
  • eddbe27f2e Fix out of order files being sent in webhooks when there are 10 files. Rapptz 2020-01-22 20:05:00 -05:00
  • 17f343b03e Minor documentation fixes Rapptz 2020-01-21 21:34:58 -05:00
  • 706a333287 Add missing coroutine header for sleep_until Rapptz 2020-01-21 20:39:15 -05:00
  • d0a1956be9 Improve usability of utils.sleep_until Josh B 2020-01-21 23:44:28 +10:00
  • e21d49c980 [commands] Only clean semaphore when there are no waiters Rapptz 2020-01-21 19:50:37 -05:00
  • 733962df12 Drop final 0 in versionadded numbers in api.rst Rapptz 2020-01-21 19:48:52 -05:00
  • d9cd4a3561 [commands] Implement Command.__call__ Rapptz 2020-01-21 04:27:20 -05:00
  • 02397306b2 Drop superfluous zero in version related changes in the documentation Rapptz 2020-01-21 03:47:56 -05:00
  • 4de314d2c3 [commands] Export max_concurrency and MaxConcurrencyReached in docs Rapptz 2020-01-21 03:35:43 -05:00
  • 08c90668cd [commands] Be more clear in the default error for MaxConcurrencyReached Rapptz 2020-01-21 03:34:18 -05:00
  • 1a7b838d2a [commands] Refactor BucketType to not repeat in other places in code Rapptz 2020-01-21 03:30:56 -05:00
  • bf84c63396 [commands] Add max_concurrency decorator Rapptz 2020-01-21 03:26:41 -05:00
  • 3149f15165 [tasks] Use new sleep_until util instead of internal function Rapptz 2020-01-21 03:21:22 -05:00
  • 40369a493d Add discord.utils.sleep_until helper function Josh B 2020-01-21 15:53:53 +10:00
  • d7e925eb89 [tasks] Fix issue with next_iteration when task overruns time allotted Josh B 2020-01-21 15:07:50 +10:00
  • a0b3e61b51 [tasks] Add Loop.next_iteration property Josh B 2020-01-20 22:20:23 +10:00
  • 6ed0ae7d96 Fix fetching invites for a GroupChannel. Rapptz 2020-01-20 07:06:12 -05:00
  • ee6f4e85d6 [commands] Allow @ prefixed usernames in DM contexts for UserConverter Hugo Woesthuis 2020-01-05 20:44:23 +01:00
  • 4cf02c9461 Update attachment documentation for width/height applying to videos too Rapptz 2020-01-20 00:10:37 -05:00
  • 6071607176 Bump copyright year to 2020 Rapptz 2020-01-19 20:03:00 -05:00
  • 9f2018f439 [commands] Case insensitivity uses casefold instead of lower Rapptz 2020-01-19 19:49:50 -05:00
  • 43e38654e9 Added docs for overwrites kwarg for CategoryChannel.edit Willy 2020-01-19 15:42:27 -05:00
  • 650beee53d Add instance check to PermissionOvewrite.__eq__ Rapptz 2020-01-19 02:41:50 -05:00
  • a1d41f16d8 Document NotFound exception raise in message deletion endpoints Rapptz 2020-01-18 21:37:06 -05:00
  • a2b241446e [commands] Document BucketType separately Rapptz 2020-01-18 19:57:47 -05:00
  • 97d1c970bf [commands] Context.send_help properly sends to on_help_command_error Rapptz 2020-01-18 19:43:20 -05:00
  • 87f9dcff9c Add support for clearing a specific reaction. Rapptz 2020-01-17 19:48:46 -05:00
  • 7b2c01c48a Add support for on_invite_create and on_invite_delete Rapptz 2020-01-17 19:15:49 -05:00
  • 23f16618fd Make CustomActivity.__str__ not raise errors and match the client Rapptz 2020-01-15 09:26:47 -05:00
  • e2dc466625 [docs] Fix sphinx warning about heading Reece Dunham 2020-01-15 08:26:50 -05:00
  • 7af8b313e5 [commands] Add missing async in documentation apple502j 2020-01-15 13:43:42 +09:00
  • 5f7a97ff96 Document BaseActivity Rapptz 2020-01-14 22:08:21 -05:00
  • 1b4b6f8da2 updated the docs for Guild.vanity_invite Zomatree 2020-01-15 02:16:33 +00:00
  • 4b826a894c removed parameter section in Asset.read Zomatree 2020-01-15 02:06:38 +00:00
  • 42a084028c Expose _ActivityTag as BaseActivity to easily refer to. Rapptz 2020-01-14 20:54:31 -05:00
  • a841efa087 Add support for custom activities Rapptz 2020-01-14 20:37:48 -05:00
  • e5870903f5 [commands] Force the predicate attribute in checks to be a coroutine Rapptz 2020-01-14 20:13:33 -05:00
  • 82797b0e60 [commands] Add missing CheckAnyFailure documentation Rapptz 2020-01-14 19:54:10 -05:00
  • cd9135b082 Rewrite on_ready delay to actually make sense and prevent heavy sleep Rapptz 2020-01-14 19:52:06 -05:00
  • f95ccf53e0 Fix issue with shard_ready not dispatching when not fetching offline NCPlayz 2020-01-13 21:32:39 +00:00
  • 6cdda4a320 Patch clean_prefix for new text editor Michael H 2020-01-02 16:50:12 -05:00
  • e91675291e Fix bug preventing movement of channels when there are gaps in position Rapptz 2020-01-12 03:27:48 -05:00
  • bfaf8ecfdb Allow Guild.fetch_members to take in limit=None Rapptz 2020-01-12 02:44:09 -05:00
  • 2770137bd6 Redesign permissions to allow aliases to be used. Rapptz 2020-01-11 19:50:49 -05:00
  • 92a3c1b583 [commands] Document guild permission checks Rapptz 2020-01-07 04:50:52 -05:00
  • de5caf59d6 Cache member.roles access to avoid surprising performance traps Rapptz 2020-01-06 22:13:35 -05:00
  • ae3dac0d59 [commands] Add check_any check to OR together various checks Rapptz 2020-01-06 22:03:27 -05:00
  • 51546dbdb6 [commands] Document the changed Command.can_run behaviour Rapptz 2020-01-06 04:02:56 -05:00
  • f1118273f5 Fix Member.mentioned_in returning True if in separate guilds Rapptz 2020-01-06 00:18:30 -05:00
  • 527b3485dc [commands] Make Command.can_run process disabled commands Rapptz 2020-01-06 00:16:34 -05:00
  • 787d424dce Add VoiceRegion.dubai NCPlayz 2019-12-25 16:04:38 +00:00
  • 195b5188e8 Add Attachment.to_file to easily send an attachment. Rapptz 2020-01-03 20:42:45 -05:00
  • 6847f13198 Document that widget members may be incomplete. Rapptz 2019-12-29 04:19:08 -05:00
  • fdab6e464f Remove unnecessary pass using regex in Message.clean_content Rapptz 2019-12-25 04:19:27 -05:00
  • 6794bdaac5 Use discord.utils.escape_mentions as last step of discord.Message.clean_content Michael H 2019-12-25 04:11:58 -05:00
  • f9b8b234e3 Typo: AuditLogActionCategory Christian Clauss 2019-12-23 00:49:17 +01:00
  • c92ca4ee07 Add Profile.system and Profile.team_user to query newer flags Rapptz 2019-12-21 07:46:15 -05:00
  • 2de90fbecf Add User.system and MessageFlags.urgent Rapptz 2019-12-21 07:39:33 -05:00
  • f7687e0a68 Clean up flag code significantly. Rapptz 2019-12-20 21:18:12 -05:00
  • 9c6a121644 Implement discord.MessageFlags NCPlayz 2019-11-20 19:57:34 +00:00
  • fe1ebb3144 Default the Streaming name to the one passed for user created ones. Rapptz 2019-12-19 21:26:41 -05:00
  • a74bdaa8b2 Add Guild.discovery_splash_url/_as, Guild.rules_channel NCPlayz 2019-12-19 21:52:16 +00:00
  • d9a8ae9c78 [commands] Add predicate attribute to checks to get inner function Rapptz 2019-12-18 01:20:50 -05:00
  • 17901becf0 Add support for YouTube Streaming NCPlayz 2019-11-23 21:21:31 +00:00
  • bb71f14ce3 Add RawReactionActionEvent.member NCPlayz 2019-11-23 16:00:46 +00:00
  • ecff52a7e8 Document the exception-suppressing behaviour of Message.delete Io Mintz 2019-12-18 04:36:19 +00:00
  • ec4962a14c Wait 5 seconds before IDENTIFYing with an invalidated session. Rapptz 2019-12-17 23:34:49 -05:00
  • 1179df7e29 [commands] Make Greedy ignore parsing errors. Rapptz 2019-12-17 00:27:56 -05:00
  • def012e281 Be more explicit in the utils.find example code. alexandrianlibrarian 2019-12-16 03:38:40 +00:00
  • ab3eab135f Removed MEMBER_LIST_DISABLED, added PUBLIC_DISABLED Leaf ▲ 2019-12-15 14:43:33 +01:00
  • e79ccf3f4c [commands] check if prefix is None in .pages StarrFox 2019-12-06 14:13:16 -06:00
  • bcbfc354cf Add support for xsalsa20_poly1305_lite Matt Carey 2019-12-04 20:37:48 -05:00
  • 7972570eb6 [commands] Add guild-based permission checks Xua 2019-12-01 14:41:28 +13:00
  • 1b9108ffd7 The port is a big endian unsigned short. Lorenzo 2019-12-06 19:33:15 +01:00
  • b458cc7b7d Return 'username' instead of 'name' Merlintor 2019-12-05 17:59:42 +01:00
  • 7045639adc Fix KeyError for things without a created_at Rapptz 2019-12-05 04:36:04 -05:00
  • 6065cee7a0 Change websockets version to >=6.0, !=7 Stefano Pigozzi 2019-11-26 13:58:21 +01:00
  • 0c97907832 Add Activity.created_at NCPlayz 2019-11-23 21:31:44 +00:00
  • 072cef3bb6 Allow editing of overwrites in Channel.edit() CapnS 2019-06-02 13:53:07 -05:00
  • c62b6c3e88 Fix more deprecation warnings for 3.8 Rapptz 2019-11-26 05:19:11 -05:00
  • f554819506 Implement Webhook.type NCPlayz 2019-11-23 12:44:50 +00:00
  • dc86670d7f Fix typo in help.py docs Nelluk 2019-11-21 07:33:45 -05:00
  • 839afce178 Print exception tracebacks in voice threads Imayhaveborkedit 2019-11-20 00:34:23 -05:00
  • 7df5effbb7 Add new audit log entry types. Fix issue with unknown entry types Josh B 2019-11-20 14:06:09 +10:00
  • 4ef0fb0d95 Fix more deprecation warnings Rapptz 2019-11-20 03:04:04 -05:00
  • 1b040fd4ba Fix one more remaining loop passing for 3.8 in a Lock Rapptz 2019-11-20 02:37:00 -05:00
  • a6f61dcbde Fix all deprecation warnings for 3.8 Rapptz 2019-11-20 02:30:19 -05:00
  • 924398c1ac Trailing whitespace in documentation. Rapptz 2019-11-20 01:43:01 -05:00
  • 45f342ff79 Fix regression with references being overwritten from the cache. Rapptz 2019-11-20 01:41:23 -05:00
  • 15f0b000e1 Move PartialEmoji over to a new namespace to avoid circular imports Rapptz 2019-11-20 00:50:19 -05:00
  • e1a237a0d3 Revert "[tasks] Add Loop.exception for more reliable exception retrieval." Rapptz 2019-11-19 21:59:39 -05:00
  • 071c5b89e0 Revert "[tasks] Add support for explicit time parameter when running." Rapptz 2019-11-19 21:59:27 -05:00
  • 5517a42ee3 Update requirements.txt for future update feature/ext-tasks Taewan-P 2019-10-28 22:22:08 +09:00
  • 51b3143319 Fix OggStream "invalid header magic" at end of stream rkevin 2019-11-05 01:26:20 -08:00
  • a238c6178a Update regex to fetch URLs to match the official client. Rapptz 2019-11-18 22:22:54 -05:00
  • cb21159589 Document that PartialEmoji.name can be None Rapptz 2019-11-18 20:00:06 -05:00
  • d8e47b08a2 Manually trigger GC in cases of large deallocations. Rapptz 2019-11-18 19:24:33 -05:00
  • ade8d03f54 Add changelog for 1.2.5 Rapptz 2019-11-18 19:16:00 -05:00
  • b3437071ff Version bump to v1.2.5 v1.2.5 1.2.x Rapptz 2019-11-18 19:16:43 -05:00