aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Add support for clearing a specific reaction.Rapptz2020-01-175-1/+117
* Add support for on_invite_create and on_invite_deleteRapptz2020-01-172-3/+28
* Make CustomActivity.__str__ not raise errors and match the clientRapptz2020-01-151-1/+6
* [commands] Add missing async in documentationapple502j2020-01-141-1/+1
* Document BaseActivityRapptz2020-01-142-8/+0
* updated the docs for Guild.vanity_inviteZomatree2020-01-141-2/+1
* removed parameter section in Asset.readZomatree2020-01-151-7/+0
* Expose _ActivityTag as BaseActivity to easily refer to.Rapptz2020-01-147-21/+39
* Add support for custom activitiesRapptz2020-01-142-1/+107
* [commands] Force the predicate attribute in checks to be a coroutineRapptz2020-01-141-53/+12
* Rewrite on_ready delay to actually make sense and prevent heavy sleepRapptz2020-01-141-7/+15
* Fix issue with `shard_ready` not dispatching when not fetching offlineNCPlayz2020-01-141-12/+6
* Patch clean_prefix for new text editorMichael H2020-01-141-1/+2
* Fix bug preventing movement of channels when there are gaps in positionRapptz2020-01-121-5/+3
* Allow Guild.fetch_members to take in limit=NoneRapptz2020-01-122-12/+26
* Redesign permissions to allow aliases to be used.Rapptz2020-01-111-246/+151
* Cache member.roles access to avoid surprising performance trapsRapptz2020-01-061-2/+12
* [commands] Add check_any check to OR together various checksRapptz2020-01-062-0/+91
* [commands] Document the changed Command.can_run behaviourRapptz2020-01-061-1/+5
* Fix Member.mentioned_in returning True if in separate guildsRapptz2020-01-061-3/+5
* [commands] Make Command.can_run process disabled commandsRapptz2020-01-061-8/+6
* Add `VoiceRegion.dubai`NCPlayz2020-01-061-0/+1
* Add Attachment.to_file to easily send an attachment.Rapptz2020-01-031-0/+27
* Document that widget members may be incomplete.Rapptz2019-12-291-0/+8
* Remove unnecessary pass using regex in Message.clean_contentRapptz2019-12-251-12/+1
* Use discord.utils.escape_mentions as last step ofMichael H2019-12-251-1/+4
* Typo: AuditLogActionCategoryChristian Clauss2019-12-231-1/+1
* Add Profile.system and Profile.team_user to query newer flagsRapptz2019-12-212-0/+10
* Add User.system and MessageFlags.urgentRapptz2019-12-212-1/+14
* Clean up flag code significantly.Rapptz2019-12-201-94/+74
* Implement discord.MessageFlagsNCPlayz2019-12-205-125/+278
* Default the Streaming name to the one passed for user created ones.Rapptz2019-12-191-1/+1
* Add `Guild.discovery_splash_url/_as`, `Guild.rules_channel`NCPlayz2019-12-191-1/+52
* [commands] Add predicate attribute to checks to get inner functionRapptz2019-12-181-0/+67
* Add support for YouTube StreamingNCPlayz2019-12-181-8/+13
* Add `RawReactionActionEvent.member`NCPlayz2019-12-172-2/+17
* Document the exception-suppressing behaviour of Message.deleteIo Mintz2019-12-171-1/+1
* Wait 5 seconds before IDENTIFYing with an invalidated session.Rapptz2019-12-171-0/+1
* [commands] Make Greedy ignore parsing errors.Rapptz2019-12-171-16/+16
* Be more explicit in the utils.find example code.alexandrianlibrarian2019-12-171-1/+1
* Removed MEMBER_LIST_DISABLED, added PUBLIC_DISABLEDLeaf ▲2019-12-171-1/+1
* [commands] check if prefix is None in .pagesStarrFox2019-12-171-1/+1
* Add support for xsalsa20_poly1305_liteMatt Carey2019-12-171-0/+12
* [commands] Add guild-based permission checksXua2019-12-171-0/+48
* The port is a big endian unsigned short.Lorenzo2019-12-061-3/+1
* Return 'username' instead of 'name'Merlintor2019-12-051-1/+1
* Fix KeyError for things without a created_atRapptz2019-12-051-6/+14
* Add `Activity.created_at`NCPlayz2019-12-041-3/+21
* Allow editing of overwrites in Channel.edit()CapnS2019-12-042-2/+43
* Fix more deprecation warnings for 3.8Rapptz2019-11-262-2/+2