aboutsummaryrefslogtreecommitdiff
path: root/discord/enums.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix some typing errors and reformat enums.pyRapptz2021-07-041-74/+118
|
* Add ButtonStyle.url alias for ButtonStyle.linkRapptz2021-07-011-0/+1
|
* Add ButtonStyle.gray aliasNadir Chowdhury2021-06-281-0/+1
|
* Add audit log entries for stage instancesNadir Chowdhury2021-06-091-40/+48
|
* Update thread typings and payloads to match documentationRapptz2021-06-081-0/+1
|
* First pass at preliminary thread supportRapptz2021-06-081-8/+12
| | | | | This is missing a lot of functionality right now, such as two gateway events and all the HTTP CRUD endpoints.
* Add Guild.nsfw_level Nadir Chowdhury2021-06-071-0/+7
|
* Add interaction enums to __all__Rapptz2021-05-311-0/+2
|
* Implement StageInstanceNadir Chowdhury2021-05-301-0/+6
|
* Add WebhookType.applicationRapptz2021-05-301-0/+1
|
* Add invite targets for voice channel invitesZomatree2021-05-291-1/+1
|
* Add support for reading SelectMenu components from messagesRapptz2021-05-281-0/+1
|
* Add support for setting interaction responsesRapptz2021-05-271-0/+1
|
* Add aliases for button style coloursRapptz2021-05-271-0/+6
|
* Rename enums to use official API namingRapptz2021-05-271-7/+7
|
* Add initial support for buttons and componentsRapptz2021-05-271-0/+28
|
* Remove VerificationLevel aliasesStanisław Jelnicki2021-05-251-8/+5
|
* Add Discord Certified Moderator user flagStanisław Jelnicki2021-05-231-0/+1
|
* Fix AuditLogEntry.target being incorrect for bulk message deleteRapptz2021-05-041-0/+2
| | | | Fixes #6851
* Add target_user and target_type to Invite objectssudosnok2021-04-211-0/+6
|
* Add `MessageType.guild_invite_reminder`Nadir Chowdhury2021-04-181-0/+1
|
* Add VoiceChannel.video_quality_modez03h2021-04-171-0/+8
|
* add reply and application_command typesNCPlayz2021-04-111-0/+2
|
* Use non-underscore TypeVar in enum codeRapptz2021-04-061-3/+3
|
* Make enum code work with typecheckersRapptz2021-04-061-12/+23
| | | | | This also makes it so invalid enum values fall back to a proxy type that still works similar to actual values.
* Add on_interaction event and Interaction class.Rapptz2021-04-061-0/+4
| | | | | This is the first pass at the functionality. It's currently a bit incomplete.
* Remove userbot functionalityRapptz2021-04-041-37/+0
| | | | | This has a lot of legacy and cruft so there may be some stuff I've missed but this first pass is enough to get a clear separation.
* Modernize code to use f-stringsRapptz2021-04-041-6/+4
| | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`.
* Implement StageChannel and related methodsNadir Chowdhury2021-04-031-0/+1
|
* Add remaining v6 message typesNadir Chowdhury2021-02-231-13/+18
|
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
|
* Code cleanup involving enums and message repliesRapptz2020-11-271-5/+5
|
* Sticker implementation cleanupRapptz2020-11-231-1/+1
|
* Add sticker supportZomatree2020-11-231-0/+6
|
* Allow finer grained control over the member cache.Rapptz2020-09-231-1/+1
|
* Add competing activity typeiDutchy2020-09-201-0/+1
|
* Add South Korea VoiceRegionPatrick2020-08-181-0/+1
|
* Add remaining user flagsNadir Chowdhury2020-08-051-0/+3
|
* Add support for integrationsNadir Chowdhury2020-06-281-0/+8
|
* Add support for public user flagsJohnyTheCarrot2020-05-291-0/+3
|
* Add new alias VerificationLevel.very_highapple502j2020-04-091-0/+1
|
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
| | | | Closes #2510
* Add support for custom activitiesRapptz2020-01-141-0/+1
| | | | | | It's been long enough. Fixes #2400
* Add `VoiceRegion.dubai`NCPlayz2020-01-061-0/+1
|
* Typo: AuditLogActionCategoryChristian Clauss2019-12-231-1/+1
|
* Add Profile.system and Profile.team_user to query newer flagsRapptz2019-12-211-0/+2
|
* Implement `Webhook.type`NCPlayz2019-11-261-0/+5
|
* Add new audit log entry types. Fix issue with unknown entry typesJosh B2019-11-261-26/+46
|
* Add europe regionapple502j2019-10-171-0/+1
|
* Add CHANNEL_FOLLOW_ADD Message TypeDice2019-08-271-0/+1
| | | | | | | | Add documentation for MessageType.channel_follow_add Add versionchanged to new MessageType attr Add system_content for new MessageType