aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add "Secret" channel/emoji example Nadir Chowdhury2021-02-211-0/+96
|
* Document BanEntryMaya2021-02-212-13/+22
|
* Document behavior of on_disconnectSebastian Law2021-02-201-4/+4
|
* Add User.mutual_guildssudosnok2021-02-201-0/+12
|
* Update issue templates for migrationKowlin2021-02-192-11/+23
|
* 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
| | | | Fix #4049
* Clarify Message.nonce documentationRapptz2021-02-181-1/+1
| | | | Fix #2451
* [commands] Handle positional-only parameters in bot commandsBryan Forbes2021-02-171-2/+2
|
* Update docs to be clearer about discord limitationsMichael H2021-02-172-2/+11
|
* 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
| | | | | | This also adds support for 3 digit hex. Fixes #6374
* [commands] Add discord.Guild converter and GuildNotFound errorAlex Nørgaard2021-02-073-1/+51
| | | | | | | * Add discord.Guild converter and GuildNotFound error * note for lack of disambiguation in Guilds with duplicate names, and removed the possibility of returning None * edited converter to use `utils.get` over `utils.find` and docs edited with Converter and Exception.
* Ensure Message.call is None by defaultPeter Delevoryas2021-02-061-0/+1
| | | | | | | `Message` has an attribute `call` which is claimed to have type `Optional[CallMessage]`. But `Message` doesn't actually ensure that `call` is initialized to a value in `__init__`. This commit fixes that inconsistency.
* Some grammar nitsRapptz2021-02-022-2/+2
|
* Fix some validation errors with the template yamlRapptz2021-02-021-3/+0
|
* Switch issue templates to use the new issue forms alphaRapptz2021-02-024-66/+107
|
* Always inject the HTML builder even in RTD buildsRapptz2021-02-021-2/+4
|
* 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
| | | | | | Apparently Discord had this all along. ref: #5965, #5983
* [commands] Fix documented type of `Context.cog`Jonas Bohmann2021-01-241-1/+1
|
* Add PartialEmoji.url_asz03h2021-01-241-4/+37
|
* [commands] document PartialMessageConverterSebastian Law2021-01-242-0/+6
|
* Clarify on_raw_message_edit cached message natureChristopherJHart2021-01-182-2/+6
|
* 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
| | | | | This allows querying the state without relying on internal undocumented attributes.
* Strip both - and _ from newcog class namesJosh2021-01-151-2/+3
|
* Change copyright year to presentNihaal Sangha2021-01-1564-70/+68
|
* [commands] Add PartialMessageConverterJosh2021-01-151-13/+35
|
* Fix documented type of `Command.usage`jack11422021-01-141-1/+1
|
* Update add_roles docstring to mention role order.Perry Cate2021-01-141-2/+4
|
* [matrix] Add scroll to top buttonJosh2021-01-123-0/+49
|
* [commands] Correct ChannelNotFound docstringBeatButton2021-01-121-1/+1
|
* Fix tag references in buildsRapptz2021-01-081-1/+1
|
* Changelog fixesRapptz2021-01-081-2/+3
|
* Bump version to 1.6v1.6.0Rapptz2021-01-071-2/+2
|
* Add changelog for v1.6Rapptz2021-01-071-0/+71
|
* Update copyright year in the documentationRapptz2021-01-071-1/+1
|
* Dispatch user updates if the global cache gets stale in update eventsRapptz2021-01-071-0/+6
|
* fix method reference in documentation Sebastian Law2021-01-051-1/+1
|
* Support setting the preferred locale via Guild.editRapptz2021-01-052-2/+5
| | | | Fix #6267
* Update intents.rst & discord.rstDavid2021-01-032-4/+4
|