50 Commits
Author SHA1 Message Date
Jakub KuczysandGitHub 4e7529138c [commands] Properly use Optional's default value on parsing error 2022-06-06 20:18:25 -04:00
Jakub KuczysandGitHub 2ef7ae0778 Update intersphinx url for request library 2022-05-23 21:51:36 -04:00
jack1142andGitHub f9ead92239 [commands] Change Parameters header to Attributes in HybridGroup 2022-04-15 03:23:56 -04:00
jack1142andGitHub 86de926678 Print help when no args are provided to python -m discord 2022-04-03 01:20:55 -04:00
jack1142andGitHub 3d914e08e0 [commands] Add Context.current_argument 2022-04-01 16:24:14 -04:00
jack1142andGitHub 5ffa3e85de Update comments after # type: ignore to be compatible with PEP 484 2022-03-27 22:26:34 -04:00
jack1142andGitHub 97fe07edb2 Update migration guide with change to Message.channel_mentions type 2022-03-21 01:12:34 -04:00
jack1142andGitHub 5202956f97 Update migration guide with loop-related changes to Client's constructor 2022-03-21 01:12:20 -04:00
jack1142andGitHub 6dc314628e Make guild and guilds args in Bot.remove_cog() keyword-only 2022-03-20 19:01:37 -04:00
jack1142andGitHub d55f8d38ad Add PartialMessageable.__repr__ 2022-03-20 02:58:29 -04:00
jack1142andGitHub 3dd99a7697 Fix broken ref in migrating guide 2022-03-06 18:52:46 -05:00
1c4dca431d Add migration guide
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
Co-authored-by: Rapptz <rapptz@gmail.com>
2022-03-05 19:17:16 -05:00
jack1142andGitHub 00b61e2148 Parameters->Attributes in NSFWChannelRequired's doc for consistency 2022-03-05 19:15:48 -05:00
jack1142andGitHub 8acb4531b5 Include inherited members in TeamMember's documentation 2022-03-05 19:15:08 -05:00
jack1142andGitHub a90e1824f4 Fix type of roles param in Emoji.edit's docstring 2022-03-01 07:41:33 -05:00
jack1142andGitHub f63eb5c30d Fix avatar clearing in ClientUser.edit 2022-03-01 06:47:28 -05:00
jack1142andGitHub e44dd3dee5 Fix position of versionadded and add new versionchanged 2022-02-27 21:16:45 -05:00
jack1142andGitHub fd4c5a65ed Remove topic from StageChannel.edit's overload 2022-02-23 10:13:54 -05:00
jack1142andGitHub 40dc8d1d9d Change Webhook.avatar to be consistent with User.avatar 2022-02-21 21:13:01 -05:00
jack1142andGitHub 45b9585910 Remove versionchanged in PartialMessageable 2022-02-20 21:20:25 -05:00
jack1142andGitHub 2c72fc9cde [docs] Suppress inconsistent references in translated message warning 2022-02-20 09:33:05 -05:00
jack1142andGitHub 686f233954 Add missing information about in-place edits in Message.edit 2022-02-19 22:35:52 -05:00
jack1142andGitHub dc19c6c7d5 Add positional-only arguments in more places 2022-02-19 20:28:01 -05:00
jack1142andGitHub de78a1071f Add message content intent application flags 2022-02-18 21:20:00 -05:00
jack1142andGitHub de85eacbf5 Remove incorrect note about isinstance check for abc.Connectable 2022-02-18 20:35:54 -05:00
jack1142andGitHub 783513726f Add support for role icons
* Document ROLE_ICONS guild feature
https://github.com/discord/discord-api-docs/pull/3847

* Add support for role icons
https://github.com/discord/discord-api-docs/pull/3847

* Add support for role icon/emoji changes in audit log
https://github.com/discord/discord-api-docs/pull/3847
2022-02-17 11:28:03 -05:00
jack1142andGitHub 9a6b2fa402 Add Thread.fetch_member
See: discord/discord-api-docs#3998
2022-02-17 11:26:41 -05:00
jack1142andGitHub 820bde99e1 Add BOT_HTTP_INTERACTIONS user flag
Adds UserFlags.bot_http_interactions and PublicUserFlags.bot_http_interactions
See: discord/discord-api-docs#3903
2022-02-17 11:26:09 -05:00
jack1142andGitHub 423fd1bc26 Add SystemChannelFlags.join_notification_replies
Add SUPPRESS_JOIN_NOTIFICATION_REPLIES system channel flag
See: discord/discord-api-docs#3977
2022-02-17 11:19:32 -05:00
jack1142andGitHub b12fe223b2 Fix description of Data Classes section in api.rst 2021-08-27 18:13:55 -04:00
jack1142andGitHub 1059c02df7 Update examples of interactions to mention components 2021-07-02 21:58:06 -04:00
jack1142andGitHub 30605e6f4f Add Select to list of types in Item's docstring 2021-07-01 07:50:04 -04:00
jack1142andGitHub a55e817ffe Fix documentation for RoleConverter 2021-04-21 23:24:04 -04:00
jack1142andGitHub 4fee632526 Make the style of external and internal cross-references consistent 2021-04-10 04:03:22 -04:00
jack1142andGitHub 4591705b55 Add missing attribute tables 2021-04-10 03:42:42 -04:00
jack1142andGitHub caa3b4e8f4 [commands] Include group args in command signature 2021-03-24 08:16:23 -04:00
jack1142andGitHub ed2650f786 Fix documented type of Command.usage 2021-01-14 03:17:18 -05:00
jack1142andRapptz 15587eeef1 Another take at fixing methods showing up under "Attributes" 2020-12-18 21:18:57 -05:00
jack1142andRapptz ad515f7a4d Fix methods from superclass showing under "Attributes" table 2020-12-18 21:18:55 -05:00
jack1142andRapptz bd9821320e Use a subclass rather than monkey-patching for the websocket 2020-07-25 09:59:40 -04:00
jack1142andRapptz 901290c8a2 [commands] GroupView.get_command shouldn't raise errors for empty names 2020-07-22 23:16:43 -04:00
jack1142andRapptz 1ca257bb68 Add Guild.change_voice_state to control our voice state. 2020-07-22 23:13:29 -04:00
jack1142andGitHub 84098ed824 [commands] Add a new exception class for command registration errors 2020-06-28 03:48:07 -04:00
jack1142andRapptz a601cf43ab Allow clearing the author information in embeds. 2020-05-23 21:47:25 -04:00
jack1142andRapptz 4f96e3b9a5 Add support server as contact link in issue templates 2020-05-10 16:48:59 -04:00
jack1142andRapptz fbb7add01a Specify the unit for max_age arg in GuildChannel.create_invite() 2020-05-07 02:30:24 -04:00
jack1142andRapptz 79276da17e Escape backslashes in display name in clean_prefix 2020-05-07 02:30:24 -04:00
jack1142andRapptz 91a8044497 Update copyright year for documentation 2020-04-14 03:24:46 -04:00
jack1142andRapptz 7b3335a0b0 Don't add None to Member.activities tuple 2020-04-04 01:12:46 -04:00
jack1142andRapptz f831767585 docs: on_guild_emojis_update is a Sequence 2019-10-17 20:10:34 -04:00