Commit Graph

  • aac0374baf Add privacy policy and tos fields to AppInfo Zomatree 2021-04-18 04:52:46 +01:00
  • 821b6c61cb [docs] document inherited members on Asset Nadir Chowdhury 2021-04-18 04:40:13 +01:00
  • c2afa984ff Use f-strings for attributetable Rapptz 2021-04-17 19:40:23 -04:00
  • fdf81089b5 Add inherited members to (Partial)Emoji docs Rapptz 2021-04-17 19:39:58 -04:00
  • e4513f70ad activities is no longer nullable Nadir Chowdhury 2021-04-17 23:56:51 +01:00
  • 86f10f6dd6 Add missing reprs to some objects Steve C 2021-04-17 18:56:08 -04:00
  • 304229071f Add VoiceChannel.video_quality_mode z03h 2021-04-17 05:10:41 -07:00
  • fed259a83b Refactor save() and read() into AssetMixin Rapptz 2021-04-17 00:55:44 -04:00
  • f6fcffbab5 Use default allowed_mentions in Message.edit Rapptz 2021-04-16 23:00:18 -04:00
  • ef9bb79e91 [tasks] Move the Loop's sleep to be before exit conditions Steve C 2021-04-16 22:35:18 -04:00
  • 6ba3d89076 Revert Attachment.save code to prior implementation Rapptz 2021-04-16 11:38:56 -04:00
  • 9eaf1e85e4 Rewrite Asset design Rapptz 2021-04-16 11:21:13 -04:00
  • 57dbb37a52 Add fetch_message for webhooks Nadir Chowdhury 2021-04-16 16:27:15 +01:00
  • b610998491 Remove Sticker.preview_image Nadir Chowdhury 2021-04-16 13:19:39 +01:00
  • 5dec62f4c0 [commands] Add a converter for discord.Object Nadir Chowdhury 2021-04-16 13:18:57 +01:00
  • a30ec197c2 Some initial response typings Rapptz 2021-04-16 08:02:19 -04:00
  • 74f92387ac Add periods to sticker docs NoName 2021-04-16 20:51:02 +09:00
  • d3ac191a67 Restrict snowflake regexes to 15-20 digits Nadir Chowdhury 2021-04-16 12:33:44 +01:00
  • 8f9819eb4c [docs] Fix various unresolved references Nadir Chowdhury 2021-04-16 03:41:41 +01:00
  • ffea48f218 [commands] Remove HelpCommand.clean_prefix (#6736) pikaninja 2021-04-15 18:28:08 -07:00
  • 90d59bb06c Fix overloads on Webhook.send to not require wait kwarg Rapptz 2021-04-15 19:36:36 -04:00
  • 0542b129c2 Fix WebhookMessage.edit documentation Rapptz 2021-04-15 09:03:46 -04:00
  • f1130e4985 Fix fail_if_not_exists not being set when constructed with state Rapptz 2021-04-14 00:50:37 -04:00
  • 187b811836 Add StageChannel to abc.GuildChannel docs pikaninja 2021-04-12 22:19:29 -07:00
  • ff04cab119 [docs] Fix reference to Guild.id Kino 2021-04-13 05:01:04 +00:00
  • 65205a8e39 Fix Intents resolution in the docs Rapptz 2021-04-10 15:50:46 -04:00
  • 28934001b2 Bring back discord module in discord.ext.commands documentation Rapptz 2021-04-10 15:49:39 -04:00
  • af7d93725d Remove current module reference in commands API docs Rapptz 2021-04-10 14:59:26 -04:00
  • efa6482ac4 Add missing attribute tables jack1142 2021-04-10 09:42:42 +02:00
  • 4756485ea4 [commands] Add StageChannelConverter to documentation Rapptz 2021-04-08 00:44:02 -04:00
  • 8b4d7f122c [commands] Update Converter list in ext.commands introduction Shun Tannai 2021-04-07 16:20:35 +09:00
  • 0d1cf57f62 [docs] add note for possible Embed.type strings Sebastian Law 2021-04-07 04:17:57 -07:00
  • 3ad795ab6a [docs] add label to basic converters section Sebastian Law 2021-04-07 04:12:52 -07:00
  • 1f74b051a8 Fix rate limit handling with retry_after precision change Rapptz 2021-04-15 08:34:58 -04:00
  • a6f7213c89 Rewrite webhooks to play better with typings and rate limits Rapptz 2021-04-15 07:20:28 -04:00
  • 5ea5f32479 [commands] Fix missing re import in Context Nadir Chowdhury 2021-04-15 13:04:24 +01:00
  • d21e65ce47 Add SystemChannelFlags.guild_reminder_notifications TheOneMusic 2021-04-15 14:03:56 +02:00
  • 65d48302ad Fix guild.chunk() not working on evicted guilds Steve C 2021-04-14 22:10:47 -04:00
  • ed3c141f5e [commands] Add clean_prefix attribute to commands.Context MrKomodoDragon 2021-04-14 19:09:40 -07:00
  • 208b16ed1b Add note to member docs about Spotify limitation numbermaniac 2021-04-15 12:02:49 +10:00
  • 9f1a96ea9b Remove fetch_offline_members param for Client apple502j 2021-04-15 09:58:49 +09:00
  • 930c416ea7 Fix exception for invalid channel types Maya 2021-04-14 17:14:00 +12:00
  • da6119e04c Fix fail_if_not_exists not being set when constructed with state Rapptz 2021-04-14 00:50:37 -04:00
  • 30310b9ab6 Add NSFW for Guilds Robin 2021-04-14 06:48:51 +02:00
  • dea92a69dc Remove support for guild subscriptions apple502j 2021-04-14 13:47:46 +09:00
  • 23aaa75802 Add StageChannel to abc.GuildChannel docs pikaninja 2021-04-12 22:19:29 -07:00
  • 496fcf8005 [docs] Fix reference to Guild.id Kino 2021-04-13 05:01:04 +00:00
  • a8da7d03b9 Remove AutoShardedClient.request_offline_members Rapptz 2021-04-12 05:28:18 -04:00
  • ef4394f87d Add support for role objects in GuildChannel.permissions_for Rapptz 2021-04-11 22:45:49 -04:00
  • 1209585de5 Remove User.permissions_in Rapptz 2021-04-11 22:21:36 -04:00
  • a8b3cfa592 Remove comment that doesn't apply anymore Rapptz 2021-04-11 22:20:31 -04:00
  • 9b94fe1ce0 Remove superfluous unused payload parameter Rapptz 2021-04-11 22:13:48 -04:00
  • 7bdaa793f6 Create temporary DMChannels from message create events Rapptz 2021-04-11 22:00:28 -04:00
  • 0f3f2cbeea Fix spelling error in utils.__all__ Maya 2021-04-12 12:18:56 +12:00
  • 74b07a3218 [commands] Fix Command.clean_params to return a regular dict Rapptz 2021-04-11 16:30:28 -04:00
  • af5964358d [commands] Strip text to remove spaces before ellipsis Kreusada 2021-04-11 20:19:45 +01:00
  • 7cbe942a64 Use v8 overwrite type when creating a channel Nadir Chowdhury 2021-04-11 20:16:52 +01:00
  • f1fac96e33 Remove private_channel_(delete/create) events Nadir Chowdhury 2021-04-11 20:13:23 +01:00
  • 74d8ad2013 [commands] Add support for Python 3.10 Union typing Rapptz 2021-04-11 02:11:24 -04:00
  • 1ecadf057e [commands] Fix errors with cooldown mappings Rapptz 2021-04-11 01:00:04 -04:00
  • 7d79b4ba55 Remove Member related handling in PRESENCE_UPDATE Rapptz 2021-04-11 00:57:59 -04:00
  • 217c2a1cc5 Fix stray AttributeError in Guild._from_data with member cache Rapptz 2021-04-11 00:44:27 -04:00
  • 40cf397ce6 Permission related fixes for v8 Rapptz 2021-04-11 00:34:34 -04:00
  • 4c565e5299 add reply and application_command types NCPlayz 2021-02-22 19:18:24 +00:00
  • 7afcacc9a1 Remove MemberCacheFlags.online Rapptz 2021-04-10 23:38:41 -04:00
  • d85805ab6d First pass at supporting v8 API Rapptz 2021-04-10 23:24:44 -04:00
  • 7f91ae8b67 [commands] use __args__ and __origin__ where applicable Josh 2021-04-11 14:38:17 +10:00
  • c54c4cb215 [commands] Fix repr for Greedy Josh 2021-04-11 12:34:24 +10:00
  • 3151672cfe [commands] Refactor typing evaluation to not use get_type_hints Rapptz 2021-04-10 20:51:06 -04:00
  • 27886e5aa4 [commands] Remove legacy ExtensionNotFound.original attribute Rapptz 2021-04-10 15:52:53 -04:00
  • d5ad269b35 Fix Intents resolution in the docs Rapptz 2021-04-10 15:50:46 -04:00
  • 42c3ee6eed Bring back discord module in discord.ext.commands documentation Rapptz 2021-04-10 15:49:39 -04:00
  • 8e299e80f8 Update Sphinx to 3.5.3 Rapptz 2021-04-10 15:33:15 -04:00
  • 296bd069c1 Remove current module reference in commands API docs Rapptz 2021-04-10 14:59:26 -04:00
  • b20e92efd8 [docs] Fix references to Greedy Nadir Chowdhury 2021-04-10 19:59:09 +01:00
  • 353737239a [commands] Minimise code duplication in channel converters Nadir Chowdhury 2021-04-10 19:01:26 +01:00
  • ec71eb2fcb Added discord.StageChannel in documentation TheOneMusic 2021-04-10 19:49:46 +02:00
  • bcd3a00eaf [commands] Make commands.Greedy a typing.Generic James 2021-04-10 12:27:32 +01:00
  • 4fee632526 Make the style of external and internal cross-references consistent jack1142 2021-04-10 10:03:22 +02:00
  • 4591705b55 Add missing attribute tables jack1142 2021-04-10 09:42:42 +02:00
  • f2d5ab6f80 [commands] Provide a dynamic cooldown system Dan Hess 2021-04-09 23:30:01 -08:00
  • ea32147d02 Fix all warnings with Sphinx Rapptz 2021-04-10 03:27:40 -04:00
  • d58edd10a7 Add missing future annotations import Rapptz 2021-04-10 03:23:47 -04:00
  • 1efdef3ac3 Add typings for invites, templates, and bans Nadir Chowdhury 2021-04-10 07:55:10 +01:00
  • 3e92196a2b Add typings for audit logs, integrations, and webhooks Nadir Chowdhury 2021-04-10 07:53:24 +01:00
  • 68aef92b37 [commands]Add typing.Literal converter Sigmath Bits 2021-04-10 18:50:59 +12:00
  • 1952060e1a make examples on_ready consistent pikaninja 2021-04-09 15:05:33 -07:00
  • eb5356cc47 Remove user token warning in login Cryptex 2021-04-08 20:49:40 -07:00
  • d38ef88686 Update issue templates to newest versions Rapptz 2021-04-08 22:51:20 -04:00
  • ca84d4e2b6 [types] Snowflake can be either str or int. Rapptz 2021-04-08 22:17:26 -04:00
  • 4134a17a29 [commands] Raise error when a cog name is already registered Sebastian Law 2021-04-08 19:04:10 -07:00
  • 9da2f349e7 Use Any instead of str for Embed typings for accuracy Rapptz 2021-04-08 20:12:08 -04:00
  • d4df44375b Add typings for models for guilds, activities, and voice Nadir Chowdhury 2021-04-08 14:32:26 +01:00
  • 05c123f3ab Use f-strings in more places that were missed Sebastian Law 2021-04-08 06:31:06 -07:00
  • 99fc950510 Use f-strings in more places that were missed. Rapptz 2021-04-08 06:02:47 -04:00
  • c3e0b6e123 Update joined command in basic_bot to use f-strings N-i-c-k-007 2021-04-08 14:03:42 +05:30
  • e405bd5f1f Add discord.types.Message.interaction attribute Rapptz 2021-04-08 02:28:29 -04:00
  • a31c19563f Add interaction related typings Rapptz 2021-04-08 02:12:55 -04:00
  • 249d94a011 Add AllowedMentions typings Rapptz 2021-04-08 02:03:25 -04:00
  • d299bfef26 Fix up typings for attachment and message Rapptz 2021-04-08 01:56:23 -04:00