Commit Graph

  • 0216db0c0a [tasks] Add support for manually calling the wrapped coroutine Rapptz 2020-12-14 22:11:37 -05:00
  • 60f804c632 Update Windows opus binaries from 1.2.1 to 1.3.1 Devon R 2020-12-13 10:23:57 +09:00
  • a20ddfa766 Add in Decoder Devon R 2020-12-13 10:12:04 +09:00
  • a4b20d08c3 Make File docstring raw for Python 3.9 compatibility TicClick 2020-12-11 09:22:36 +01:00
  • 52d587d286 Allow PartialMessage to work with DM channels as well Rapptz 2020-12-11 02:32:51 -05:00
  • 186f4968d3 Export to_message_reference_dict to make PartialMessage.reply work Rapptz 2020-12-11 00:39:05 -05:00
  • ebf623d9de Add operations you can do to a Message and PartialMessage to docs Rapptz 2020-12-11 00:30:26 -05:00
  • 3fe6d261f1 Add PartialMessage to allow working with channel/message_id pairs. Rapptz 2020-12-11 00:28:48 -05:00
  • bde5bb5d5c Fix WebhookMessages docstrings Steve C 2020-12-10 20:32:22 -08:00
  • 44dc7a8e02 Add support for editing and deleting webhook messages. Rapptz 2020-12-09 20:15:35 -05:00
  • b00aaab0b2 Revert Message.edit logic that deals with allowed_mentions Rapptz 2020-12-08 21:13:29 -05:00
  • 08d632880a Fix embed suppression when using client-wide allowed_mentions Lilly Rose Berner 2020-12-09 02:42:26 +01:00
  • 0995d07727 [commands] Added in missing channel links Ben Skerritt 2020-12-07 23:35:16 +00:00
  • fff2234823 Fix wrong documented permission for GuildChannel.invites() Misa 2020-12-07 15:34:51 -08:00
  • 6e6a3bed1a Add created_at property to PartialEmoji Steve C 2020-12-06 00:59:20 -08:00
  • 6ea7fce828 [commands] Cog unload failures are swallowed. Rapptz 2020-12-03 19:17:06 -05:00
  • f8e428bd5b Add support for chunking AsyncIterator objects Josh 2020-12-04 09:32:53 +10:00
  • a39c957ba5 Update documentation for rules/updates channels RocketRace 2020-12-04 08:20:27 +09:00
  • 96059e5365 Add reaction roles example Kippiii 2020-12-03 18:16:39 -05:00
  • 80dd2c63c0 Fix Team.icon_url_as format argument default value Bryan Forbes 2020-11-28 18:58:48 -06:00
  • df3e5a15a6 [bug] call super constructor for CustomActivity to fix created_at Nadir Chowdhury 2020-11-28 08:17:05 +00:00
  • 6b803acde4 [chore] Remove redundant imports Nadir Chowdhury 2020-11-28 08:16:49 +00:00
  • 0c69c99785 Fix UnboundLocalError for editing public_updates_channel Nadir Chowdhury 2020-11-28 08:16:28 +00:00
  • 169b61092a Change reply example to use replies SNVMK 2020-11-28 11:16:14 +03:00
  • a4cb71b64e Fix Message.to_reference from the MessageReference changes Rapptz 2020-11-27 03:31:10 -05:00
  • 5ef30e34e5 Correct docstring missing ] Rapptz 2020-11-27 02:36:14 -05:00
  • 34f2fb36b1 Added MessageReference.resolved attribute to get replied to message Rapptz 2020-11-27 02:23:38 -05:00
  • 1014bfcb63 Allow MessageReference to be constructible by users Rapptz 2020-11-27 01:08:52 -05:00
  • bd6ab93348 Code cleanup involving enums and message replies Rapptz 2020-11-27 00:32:08 -05:00
  • d1cb30cccf Implement discord.Message.reply PikalaxALT 2020-11-26 23:19:00 -05:00
  • fa30386073 Fix discord.RoleTags resolution Nadir Chowdhury 2020-11-27 04:00:09 +00:00
  • 12d0ae71df Add a way to check if the websocket is rate limited. Rapptz 2020-11-26 04:41:54 -05:00
  • e65dab3b23 Implement role tags. Rapptz 2020-11-26 01:55:25 -05:00
  • 4adbe03d7c [commands] Allow setting description of cogs SebbyLaw 2020-11-10 03:40:45 -08:00
  • 5bad633987 Fix preview_asset key name in Sticker Rapptz 2020-11-23 06:23:06 -05:00
  • 0456458ad1 [commands] Fetch user if an ID is passed and cache lookup fails. Rapptz 2020-11-23 06:22:23 -05:00
  • c8954906cb Sticker implementation cleanup Rapptz 2020-11-23 06:05:25 -05:00
  • f174365d33 Ensure member key is not overwritten by author key in MESSAGE_UPDATE Rapptz 2020-11-23 06:02:27 -05:00
  • 7a3a571e0a Don't store a user cache if there's no member intent or cache is off Rapptz 2020-11-23 05:24:13 -05:00
  • 344cb96c5d Add sticker support Zomatree 2020-11-23 10:09:20 +00:00
  • f9b5cead31 Suppress the creation of a command window from ffmpeg on Windows Rapptz 2020-11-21 23:12:15 -05:00
  • 7f3737fcc2 Bump dependencies for 3.9 to work without build tools Rapptz 2020-11-21 22:58:29 -05:00
  • 52865dfa99 Clear the connected flag when potentially reconnecting the player Rapptz 2020-11-21 22:52:50 -05:00
  • b76b5b42c0 Fix attribute error during rapid disconnects in VoiceClient. Rapptz 2020-11-21 22:47:04 -05:00
  • 431ee8794b Fix error with templates not having access to member cache flags. Rapptz 2020-11-21 22:40:19 -05:00
  • bdcc645cbf Bump version for development purposes Rapptz 2020-11-21 22:19:23 -05:00
  • 6caa983b5e Clarify Colour.random RNG Rapptz 2020-11-21 22:18:39 -05:00
  • 896a5bef1d Add Colour.random factory method Caio Alexandre 2020-11-19 12:23:59 -03:00
  • 25f23ec113 Properly document that categories throw 404's on create_invite. webtax-gh 2020-11-18 17:49:39 -08:00
  • 351a1a1865 Raise DiscordServerError for 503 Service Unavailable errors Harmon 2020-11-16 03:26:34 -06:00
  • 78c916a486 Emphasize intents in the constructors of the examples Maya 2020-11-09 11:13:49 +13:00
  • c54d6f03c5 [commands] Update MessageConverter link regex Jonathan Feenstra 2020-11-03 16:07:38 +01:00
  • 873ed87caa Raise ClientException when members intent is not enabled on guild.fetch_members Lukas 2020-10-31 18:00:13 +01:00
  • 2e2560126f Implement icon_rl_as and cover_image_url_as for AppInfo SebbyLaw 2020-10-04 05:41:29 -07:00
  • abe54f5bdc Translation sync with crowdin Rapptz 2020-10-23 22:45:31 -04:00
  • 763d46cd7a Version bump to v1.5.1 v1.5.1 v1.5.x Rapptz 2020-10-19 19:44:10 -04:00
  • 0be2d37e7a Add changelog for v1.5.1 Rapptz 2020-10-19 19:42:54 -04:00
  • 707cb47438 Fix error when querying members from the gateway. Rapptz 2020-10-19 19:37:16 -04:00
  • 1a6295dffb Allow concurrent calls to guild.chunk() Rapptz 2020-10-19 02:46:04 -04:00
  • ae65d75f96 Load member from guild_member_update dispatch Florian Spieß 2020-10-18 05:19:02 +02:00
  • 3daaadafdd [commands] Lazily fetch members in discord.Member converters Rapptz 2020-10-17 23:05:22 -04:00
  • 61e25cb090 Ensure our own member is never evicted from the cache in any policy. Rapptz 2020-10-17 23:02:03 -04:00
  • 2509ca6a82 Add internal method to check if the websocket is currently ratelimited Rapptz 2020-10-17 22:51:22 -04:00
  • b07d474bd6 Fix attribute errors when timing out during chunking start-up Rapptz 2020-10-17 22:02:44 -04:00
  • 21ed9f61d2 Fix disconnect when trying to move to another voice channel. Rapptz 2020-10-17 21:56:56 -04:00
  • b91ddc6f4e Mark intent alias flags as actual aliases to skip them in __iter__ Rapptz 2020-10-17 18:50:56 -04:00
  • 1c03a4aac9 Evict keys when they're set to None in PermissionOverwrite Rapptz 2020-10-17 01:59:00 -04:00
  • b9e1bdf87e Properly insert at the end if position is not found when moving. Rapptz 2020-10-17 01:52:35 -04:00
  • d9acc2f491 Escape multi-line quotes properly Rapptz 2020-10-17 01:36:31 -04:00
  • 62040de6a7 Fix Colour.dark_theme docstring. Josh 2020-10-17 12:51:50 +10:00
  • d6df55afe2 logging.rst: Fix some typos and grammar errors numbermaniac 2020-10-17 13:46:31 +11:00
  • a40e20fa38 Use Hashable mixin for Message PythonCoderAS 2020-10-16 22:46:08 -04:00
  • b96ed43082 Fix typo in event reference Eric Chan 2020-10-16 19:44:51 -07:00
  • f308f34db1 Add note pointing to discord.AllowedMentions ChristopherJHart 2020-10-04 22:52:00 -04:00
  • 9d183ecc30 Add intents to the issue template Rapptz 2020-10-03 21:47:30 -04:00
  • 022b5f7902 Update intent documentation to use defaults Rapptz 2020-10-03 01:42:50 -04:00
  • 1066f42f1f Add intents to event reference Xua 2020-10-01 21:42:32 +13:00
  • 4bce41f7aa Add intents to examples Zomatree 2020-10-01 09:42:08 +01:00
  • 1518790c87 Some minor documentation fixes. Rapptz 2020-09-28 21:42:32 -04:00
  • e9fa90d19f Version bump to v1.4.2 v1.4.2 v1.4.x Rapptz 2020-09-28 21:02:53 -04:00
  • 6d1bcf89da Version bump to v1.5.0 v1.5.0 Rapptz 2020-09-28 20:57:10 -04:00
  • 1919267e5c Add changelog for v1.4.2 Rapptz 2020-09-28 20:56:00 -04:00
  • 6eff10d140 Add changelog for v1.5.0 Rapptz 2020-09-28 20:55:34 -04:00
  • 75cf6d6865 Add changelog for v1.4.2 Rapptz 2020-09-28 20:36:40 -04:00
  • 821d833c11 Add changelog for v1.5.0 Rapptz 2020-09-28 20:33:15 -04:00
  • 217a3acac4 Handle cloudflare bans on webhook requests Rapptz 2020-09-09 21:17:28 -04:00
  • 3b172b9f34 Completely update member references from message inner members. Rapptz 2020-09-17 02:45:53 -04:00
  • c31da1b23d [commands] Fix exception raised in Command invoke hooks. Josh 2020-09-10 09:47:05 +10:00
  • 4205b3f88a [commands] Use edited timestamp if provided for cooldown timing Rapptz 2020-08-25 23:15:26 -04:00
  • 6f211fa5ad Fix issue with empty overwrites parafoxia 2020-08-26 03:45:32 +01:00
  • bf42cf7232 Add warning if guilds intent is disabled. Rapptz 2020-09-28 05:39:13 -04:00
  • 1ebb52b139 Guard GUILD_MEMBER_ADD/GUILD_MEMBER_REMOVE from errors Rapptz 2020-09-28 05:12:05 -04:00
  • 759fb52e56 Update intents with small typo fixes Alex Nørgaard 2020-09-28 00:08:19 +01:00
  • 28e5b2a5e1 Add Client.intents to query the current intents Rapptz 2020-09-26 06:23:24 -04:00
  • 3084deee18 Fixed incorrectly named 'Intent' class in doc. Nekokatt 2020-09-26 11:34:01 +01:00
  • e4d7f44aa5 Make Intent class creation more intuitive Rapptz 2020-09-24 09:00:07 -04:00
  • dc6e9e7fd6 Fix typo in ValueError message apple502j 2020-09-24 22:00:47 +09:00
  • c10bd0a82b Fix allowed_mentions when sending files Xua 2020-09-20 16:14:00 +12:00
  • 9d10f9e091 Remove caching from AutoShardedClient.shards Rapptz 2020-09-10 05:17:25 -04:00
  • e865d36341 [tasks] Lazily fetch event loop if one isn't provided Rapptz 2020-09-10 00:00:58 -04:00