aboutsummaryrefslogtreecommitdiff
path: root/discord/enums.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for custom activitiesRapptz2020-01-141-0/+1
* 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
* Support team members data in application infofourjr2019-06-291-0/+5
* Cast activity enumerator to integer instead of accessing value directlyRapptz2019-06-251-0/+3
* Fix descriptor detection in enum code.Rapptz2019-06-091-7/+10
* Disallow deleting of enum attributes.Rapptz2019-06-091-0/+3
* Add EnumMeta.__reversed__ just in case someone does this.Rapptz2019-06-091-0/+3
* Add EnumMeta.__len__ to not break user avatar code.Rapptz2019-06-091-0/+3
* Remove unused import.Rapptz2019-06-091-1/+0
* Replace Enum with an internal one for significant speed improvements.Rapptz2019-06-091-54/+88
* Add support for new message types related to premium guilds.Rapptz2019-06-041-8/+12
* Add India region to VoiceRegionapple502j2019-05-131-0/+1
* Consistent use of __all__ to prevent merge conflicts.Rapptz2019-04-201-5/+21
* Improve performance of value -> enum by about 5x.Rapptz2019-04-151-2/+55
* Fix issue with speaking state causing an error.Rapptz2019-04-081-0/+3
* Change all IntEnum to EnumRapptz2019-04-081-7/+7
* Added functionality to edit user settingsCapnS2019-03-281-1/+17
* Add support for store channels.Rapptz2019-03-171-0/+1
* Add support for guild news channels.Rapptz2019-03-081-0/+1
* Add PremiumType enumeration and ClientUser.premium_typeLiam H2019-02-121-1/+6
* Update voice code to vws V4Imayhaveborkedit2019-01-281-4/+13
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Add support for default notification level in audit logs and Guild.editRapptz2018-11-251-1/+1
* Add Guild.default_notificationsChris2018-11-241-1/+5
* add support for Bug Hunter and Early Supporter flagsbmintz2018-11-241-0/+2
* Added hypesquad house functionalitymental2018-08-221-1/+8
* Adds missing voice regions.MaximusPX2018-08-221-0/+2
* Split Game object to separate Activity subtypes for Rich Presences.Rapptz2018-03-051-1/+10
* Missing Voice RegionsMippy (William)2017-11-121-0/+2
* Add category support.Rapptz2017-09-131-4/+5
* Change VerificationLevel, ContentFilter to be IntEnumsGorialis2017-08-021-3/+3
* Add support for user flags in Profile.Rapptz2017-06-301-1/+6