aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Allow AuditLogEntry to be HashableNadir Chowdhury2021-03-011-1/+19
* Disallow empty sequences in Guild.query_members user_id parameterRapptz2021-02-281-7/+10
* Add guild_id attribute to RawMessageUpdateEvent Sebastian Law2021-02-281-1/+10
* [tasks] remove redundant condition in Loop.next_iteration Sebastian Law2021-02-281-1/+1
* Update docs for discord.Invite.max_usesxPolar2021-02-281-1/+3
* Only run main() if the module is being executed as a script Bryan Forbes2021-02-281-1/+2
* Update permission class methods to match Discord UITheOneMusic2021-02-281-11/+47
* Code optimisations and refactoring via SourceryNadir Chowdhury2021-02-2418-90/+47
* Fix NameError with invoked_parentsNadir Chowdhury2021-02-241-0/+1
* Allow for callable class factories in abc.Connectable.connectSuzuZusu2021-02-241-3/+4
* [commands] Added tribool behaviour to HelpCommand.verify_checkssudosnok2021-02-241-3/+11
* fix mention_author in send causing unexpected allowed mentionsSebastian Law2021-02-241-1/+2
* Fix docstring for Guild.create_roleArthaxeres2021-02-241-1/+1
* Add remaining template endpointsNadir Chowdhury2021-02-233-7/+162
* Add remaining v6 message typesNadir Chowdhury2021-02-232-13/+33
* [commands] properly assign ctx.invoked_with with ctx.Sebastian Law2021-02-231-1/+1
* [commands] Add Context.invoked_parentsSebastian Law2021-02-232-0/+15
* Deprecate non-bot methodsNadir Chowdhury2021-02-237-5/+110
* [commands] Allow relative paths when handling extensionsKaylynn Morgan2021-02-231-3/+37
* Fix typo in Guild.fetch_member docsSebastian Law2021-02-221-1/+1
* Fix up previous PR mistake with intentional backslashesRapptz2021-02-211-2/+2
* Fix backslashes showing up in the docsSebastian Law2021-02-211-2/+2
* [tasks] make __call__ actually appear in the docsSebastian Law2021-02-211-1/+1
* Document BanEntryMaya2021-02-211-13/+6
* Add User.mutual_guildssudosnok2021-02-201-0/+12
* Add Permissions.use_slash_commandsRapptz2021-02-181-2/+6
* Add support for the new permission serialization scheme.Rapptz2021-02-182-6/+6
* Fix ZeroDivisionError in DiscordVoiceWebSocket.average_latencyRiley Shaw2021-02-181-1/+1
* Allow CustomActivity emoji to be constructed as documented.Rapptz2021-02-181-1/+7
* Clarify Message.nonce documentationRapptz2021-02-181-1/+1
* [commands] Handle positional-only parameters in bot commandsBryan Forbes2021-02-171-2/+2
* Fix documentation with reference in GroupChannel.permissions_for SuzuZusu2021-02-171-2/+2
* [commands] Add support for rgb function in ColourConverterRapptz2021-02-071-11/+58
* [commands] Add discord.Guild converter and GuildNotFound errorAlex Nørgaard2021-02-072-1/+45
* Ensure Message.call is None by defaultPeter Delevoryas2021-02-061-0/+1
* Add versionchanged to guild.create_roleZomatree2021-01-261-0/+3
* Use member provided data in typing_start event if not in cacheRapptz2021-01-241-0/+5
* [commands] Fix documented type of `Context.cog`Jonas Bohmann2021-01-241-1/+1
* Add PartialEmoji.url_asz03h2021-01-241-4/+37
* Clarify on_raw_message_edit cached message natureChristopherJHart2021-01-181-1/+2
* Add MessageReference.jump_urlz03h2021-01-171-0/+9
* Add spoiler attribute to FileJosh2021-01-171-1/+3
* [commands] Add linesep kwarg to PaginatorPikalaxALT2021-01-171-9/+17
* Fix User public flags not updatingLucas2021-01-172-3/+4
* Version bump for developmentRapptz2021-01-161-2/+2
* [commands] Fix Command duplicates in `HelpCommand.get_bot_mapping`Alex Nørgaard2021-01-161-1/+1
* PartialMessage.edit returns a full MessageAnurag Singh2021-01-151-1/+99
* [commands] Add Command/Cog.has_error_handlerRapptz2021-01-152-0/+14
* Strip both - and _ from newcog class namesJosh2021-01-151-2/+3
* Change copyright year to presentNihaal Sangha2021-01-1561-66/+65