aboutsummaryrefslogtreecommitdiff
path: root/discord/flags.py
Commit message (Collapse)AuthorAgeFilesLines
* Mark intent alias flags as actual aliases to skip them in __iter__Rapptz2020-10-171-3/+3
| | | | Fix #5945
* Make Intent class creation more intuitiveRapptz2020-09-241-9/+11
|
* More intent related documentationRapptz2020-09-241-4/+4
|
* Fix typos in Intents documentationSebastian Law2020-09-241-8/+8
|
* Add support for flag aliasapple502j2020-09-241-1/+23
|
* Add documentation for gateway intentsRapptz2020-09-231-2/+107
|
* Fix presence intent docstringMuhammad Hamza2020-09-231-1/+1
|
* Disable voice cache in weird intent configurations.Rapptz2020-09-231-0/+3
|
* Fix up wording in MemberCacheFlags exceptionRapptz2020-09-231-1/+1
|
* Default MemberCacheFlags based on intentsRapptz2020-09-231-0/+26
|
* Allow finer grained control over the member cache.Rapptz2020-09-231-0/+126
|
* Add versionadded for intents enumRapptz2020-09-231-0/+2
|
* Explicitly disable the members presence by defaultRapptz2020-09-231-4/+11
|
* Add support for guild intentsRapptz2020-09-231-1/+316
|
* Add support for public user flagsJohnyTheCarrot2020-05-291-0/+97
|
* flags: support accessing flag value instances on the class Io Mintz2020-04-201-0/+5
| | | Fixes #4023
* Fixes and improvements for v1.3 documentationHarmon2020-01-221-0/+2
| | | | | | | | | * Add missing versionadded strings for v1.3 * Add missing versionchanged string for Message.edit * Consistently use versionadded for attributes * Consistently use versionchanged for parameters * Use versionchanged for Bot.is_owner * Fix references in v1.3 changelog * Improve grammar in v1.3 changelog
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
| | | | Closes #2510
* Add User.system and MessageFlags.urgentRapptz2019-12-211-0/+8
|
* Clean up flag code significantly.Rapptz2019-12-201-94/+74
| | | | This also fixes the False setting bug.
* Implement discord.MessageFlagsNCPlayz2019-12-201-0/+237
Refactor flags placement and use it for suppression.