aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* [commands] Fix _HelpCommandImpl.clean_params popitemStella2021-04-231-2/+2
* [commands] Fix flag detection code in get_flagsRapptz2021-04-231-3/+3
* Define utils.cached_property in if TYPE_CHECKING guardJosh2021-04-221-2/+5
* Add support for editing message attachmentsRapptz2021-04-211-0/+27
* Add target_user and target_type to Invite objectssudosnok2021-04-212-1/+20
* Rename lingering _url Asset properties Nadir Chowdhury2021-04-212-2/+2
* Fix documentation for RoleConverterjack11422021-04-211-2/+2
* Add Template.is_dirtyNadir Chowdhury2021-04-211-1/+19
* [commands] Set constructible FlagConverter flags to not be requiredJosh2021-04-211-0/+3
* [docs] stage_channels doc typo Nadir Chowdhury2021-04-212-2/+2
* [commands] Allow FlagCommand subclasses to inherit optionsJosh2021-04-211-6/+20
* [commands] Add support for aliasing to FlagConverterJosh2021-04-211-4/+47
* Fix typo within `HelpCommand.verify_checks` documentationKino2021-04-211-1/+1
* [commands] Avoid creating unnecessary flag mapping copiesRapptz2021-04-201-2/+2
* [commands] Default construct flags if they're not passed as parametersRapptz2021-04-202-0/+18
* Fix some typings in utilsRapptz2021-04-201-13/+2
* [docs] fix docstring of AppInfoNadir Chowdhury2021-04-191-7/+9
* [commands] Actually expose the FlagError base errorRapptz2021-04-191-0/+1
* [commands] Initial support for FlagConverterRapptz2021-04-193-0/+608
* Remove lingering User.avatar documentationRapptz2021-04-191-4/+0
* [commands] Add run_converters helper to call convertersRapptz2021-04-192-116/+186
* [commands] Add Context.current_parameterRapptz2021-04-192-0/+7
* Add a third overload to parse_timeRapptz2021-04-191-0/+6
* Fix utils.find predicate typing to accept AnyRapptz2021-04-191-1/+1
* Update lavalink's repo urlCryptex2021-04-181-1/+1
* Add `MessageType.guild_invite_reminder`Nadir Chowdhury2021-04-182-0/+4
* Add support for ApplicationFlagsNadir Chowdhury2021-04-183-1/+94
* Fix up _unique and valid_icon_size implementationsRapptz2021-04-181-5/+2
* Add typings for discord.utilsRapptz2021-04-181-51/+131
* Cleanup some of the prior typings for cached_slot_propertyRapptz2021-04-181-23/+22
* Add typing for `utils.cached(_slot)_property` Nadir Chowdhury2021-04-181-16/+33
* [commands] Refactor evaluation functions to allow passing in localnsRapptz2021-04-181-8/+25
* Add privacy policy and tos fields to AppInfoZomatree2021-04-171-0/+14
* `activities` is no longer nullableNadir Chowdhury2021-04-171-2/+2
* Add missing reprs to some objectsSteve C2021-04-173-0/+15
* Add VoiceChannel.video_quality_modez03h2021-04-176-3/+52
* Refactor save() and read() into AssetMixinRapptz2021-04-174-206/+78
* Use default allowed_mentions in Message.editRapptz2021-04-161-1/+2
* [tasks] Move the Loop's sleep to be before exit conditionsSteve C2021-04-161-2/+2
* Revert Attachment.save code to prior implementationRapptz2021-04-161-2/+2
* Rewrite Asset designRapptz2021-04-1614-726/+488
* Add `fetch_message` for webhooksNadir Chowdhury2021-04-163-6/+139
* Remove Sticker.preview_imageNadir Chowdhury2021-04-161-5/+1
* [commands] Add a converter for discord.ObjectNadir Chowdhury2021-04-162-0/+43
* Some initial response typingsRapptz2021-04-161-11/+24
* Add periods to sticker docsNoName2021-04-161-13/+13
* Restrict snowflake regexes to 15-20 digitsNadir Chowdhury2021-04-162-9/+9
* [docs] Fix various unresolved referencesNadir Chowdhury2021-04-153-7/+7
* [commands] Remove HelpCommand.clean_prefix (#6736)pikaninja2021-04-151-19/+7
* Fix overloads on Webhook.send to not require wait kwargRapptz2021-04-152-2/+2