3227 Commits (01906f37f18b5db838dea8ff007e8d08e47c6aa9)

Author SHA1 Message Date
James Hilton-Balfe 01906f37f1
Remove NoMoreItems 4 years ago
Sebastian Law b77cf500a2
Make description parameter of Guild.create_sticker non-Optional 4 years ago
James Hilton-Balfe 8072e294a8
Fix type-o in the docstring for Client.fetch_guild 4 years ago
Haruka c403fb49d1
Fix potential audio delay during source cleanup 4 years ago
Pawnyy 6788ec2533
Add docstring example for ui.Modal 4 years ago
AmeyWale a909c1ff06
Added vanity_url_code field in class guild 4 years ago
Josh 9d3fa3d29b
[commands] Simplify typing of command hooks 4 years ago
Josh c907bec753
Add Interaction creation/expiry attributes and helper method 4 years ago
I. Ahmad 8360e4af8d
Add premium_progress_bar_enabled attribute on Guild 4 years ago
Josh eaf94e84bc
Fix unbound ParamSpec to use ... over Any 4 years ago
Rapptz 625c416f18 [commands] Fix command parameter handling in HelpCommand 4 years ago
Rapptz fa901afa3a Add replied_user key when no allowed_mentions is passed in 4 years ago
Stocker 07a1311bf4
Change Guild.preferred_locale to use the Locale enum 4 years ago
Lilly Rose Berner 85b6175137
Create ClientStatus type to improve Member memory usage 4 years ago
Rapptz 06291d860c Change enum members in Locale to be snake_case 4 years ago
Stocker e491aa84e5
Fix typo in Thread.remove_user 4 years ago
Sebastian Law 4a5057551a
Fix typo in circular comment 4 years ago
Stocker 554d2d7c99
Add the suppress_embeds parameter to send methods 4 years ago
Rapptz 82464419ce Fix black reformatting on guild file 4 years ago
Steve C e9c91a535a
Fix Guild.chunk() returning list of members 4 years ago
Nadir Chowdhury b20ab5ae5d
image key is now optional for scheduled events 4 years ago
JDJG Inc. Official e69428a841
Add with_counts support for Client.fetch_guild 4 years ago
Alex Nørgaard bfaee44b1f
[commands] Fix types for Bot.is_owner 4 years ago
Rapptz 13e102b6b9 Add default parameter to CommandTree.sync 4 years ago
Rapptz 7ac4f3007b Fix missing type imports in context menu verification 4 years ago
Rapptz 4c8b1f9abd Remove unused imports 4 years ago
Scrumpy (Jay) 3d0309ca4a
Documenting that guild.chunk() returns list of members 4 years ago
Rapptz 5c9605fc1b Fix Message context menus not working 4 years ago
Rapptz 37d55c8ec4 Add TextInput.__str__ special method 4 years ago
jack1142 00b61e2148
Parameters->Attributes in NSFWChannelRequired's doc for consistency 4 years ago
jack1142 8acb4531b5
Include inherited members in TeamMember's documentation 4 years ago
Sebastian Law 5439a67056
[tasks] Fix sleep handling behaviour depending on interval type 4 years ago
Rapptz f7315573aa Remove generic from Interaction and ConnectionState 4 years ago
Rapptz aa74238053 Reorganise documentation for interactions 4 years ago
Rapptz 41f2792ed9 Change Interaction.user to not be Optional 4 years ago
Rapptz 45dc3d3df9 Rename start_embedded_activities to use_embedded_activities 4 years ago
Rapptz f80f81c395 Add Member.resolved_permissions attribute for interaction members 4 years ago
Rapptz f435d160dd Add Interaction.client property 4 years ago
Rapptz 6110fe5b1c Add fallback overloads for CommandTree 4 years ago
Josh 147948af9b
Use typing.Self throughout library 4 years ago
jack1142 a90e1824f4
Fix type of roles param in Emoji.edit's docstring 4 years ago
Rapptz 50ef8e8893 Fix NameError when checking for File instances 4 years ago
jack1142 f63eb5c30d
Fix avatar clearing in ClientUser.edit 4 years ago
Rapptz d44328d3ea Remove region from Guild.__slots__ 4 years ago
Rapptz 26fc694189 Fix Optional normalisation not working properly 4 years ago
Rapptz ae1aaac5a7 Add support for autocomplete 4 years ago
Rapptz 4e04dbdec7 Add support for choice option parameters 4 years ago
Rapptz e5e5b61ad0 Add support for range validation in options 4 years ago
Rapptz 3cf3065c02 Add support for annotation transformers 4 years ago
Rapptz c10ed93cef Add support for error handlers 4 years ago