aboutsummaryrefslogtreecommitdiff
path: root/discord/permissions.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize code to use f-stringsRapptz2021-04-041-8/+6
* Implement StageChannel and related methodsNadir Chowdhury2021-04-031-1/+9
* Add support for Permissions.request_to_speakRapptz2021-04-011-6/+23
* remove trailing whitespaceNadir Chowdhury2021-03-131-5/+5
* Fix Permissions.all_channel documentation to link attributesTheOneMusic2021-03-011-10/+11
* Update permission class methods to match Discord UITheOneMusic2021-02-281-11/+47
* Add Permissions.use_slash_commandsRapptz2021-02-181-2/+6
* Change copyright year to presentNihaal Sangha2021-01-151-1/+1
* Evict keys when they're set to None in PermissionOverwriteRapptz2020-10-171-3/+6
* Add support for flag aliasapple502j2020-09-241-10/+2
* Fix and add documentationMichael2020-09-231-4/+6
* Documentation formattingSkezza2020-06-301-1/+1
* Fix various inconsistencies within the documentation (#5067)Sebastian Law2020-06-281-1/+1
* Mention that you can create Permissions via kwargs nowRapptz2020-01-231-0/+4
* Drop superfluous zero in version related changes in the documentationRapptz2020-01-211-1/+1
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Add instance check to PermissionOvewrite.__eq__Rapptz2020-01-191-1/+1
* Redesign permissions to allow aliases to be used.Rapptz2020-01-111-246/+151
* Add view_guild_insights permissionJosh B2019-11-151-3/+13
* Improve documentationNCPlayz2019-06-071-40/+46
* Add `Permissions.stream`NCPlayz2019-04-121-3/+10
* Added support for comparing PermissionOverwritesDevilXD2019-01-281-0/+7
* Bumped copyright years to 2019.Dante Dam2019-01-281-1/+1
* Fix typo in Permissions.all_channelStarrFox2019-01-281-1/+1
* Update Message.mention_everyone docs to include @hereLaurenz2018-12-141-1/+1
* [lint] Replace equality comparisons to singletonsHornwitser2018-11-241-2/+2
* Change docstrings to raw-stringsBeatButton2018-09-141-3/+3
* [lint] Fix incorrect and inconsistent whitespaceHornwitser2018-08-221-2/+2
* Add Permissions.priority_speaker.slice2018-07-311-3/+12
* Fix typo in Permissions.is_subset/is_supersetHornwitser2018-06-211-2/+2
* Fixes various documentation errors/inconsistenciesSteve C2018-05-181-2/+2
* Add pinning to manage_messages docSteve C2017-08-271-1/+1
* Disallow setting non-permission attributesMitchell Ferree2017-08-081-0/+2
* Permissions.view_audit_logs -> Permissions.view_audit_logRapptz2017-05-281-3/+3
* Raise when an invalid permission is passed to PermissionOverwrite.Rapptz2017-05-201-0/+3
* Oversight in Permissions still having a table.Rapptz2017-05-201-30/+30
* Implement audit logs.Rapptz2017-04-301-3/+3
* Fix view_audit_log incorrect pluralisation.Rapptz2017-04-081-1/+1
* Add Permissions.view_audit_logRapptz2017-03-211-3/+12
* Check that the type in Colour and Permissions are int.Rapptz2017-02-211-0/+3
* Documentation fixes for permission.Rapptz2017-02-131-3/+3
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Remove extraneous kwargs from Permissions constructor.Rapptz2017-01-131-1/+1
* Add useful repr to all data classes.Rapptz2017-01-031-0/+3
* Rename Server to Guild everywhere.Rapptz2017-01-031-12/+12
* Slots use tuples instead now.Rapptz2017-01-031-1/+1
* Add PermissionOverwrite.is_empty to query empty state of an overwrite.Rapptz2016-11-211-0/+8
* Add Permissions.update and PermissionOverwrite.update for bulk edits.Rapptz2016-11-211-0/+38
* Add support for reactions.khazhyk2016-10-271-3/+12
* Add support for new Manage Webhooks permission.Rapptz2016-10-031-8/+14