| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix up previous PR mistake with intentional backslashes | Rapptz | 2021-02-21 | 1 | -2/+2 |
| | | |||||
| * | Fix backslashes showing up in the docs | Sebastian Law | 2021-02-21 | 1 | -2/+2 |
| | | |||||
| * | [tasks] make __call__ actually appear in the docs | Sebastian Law | 2021-02-21 | 1 | -1/+1 |
| | | |||||
| * | Document BanEntry | Maya | 2021-02-21 | 1 | -13/+6 |
| | | |||||
| * | Add User.mutual_guilds | sudosnok | 2021-02-20 | 1 | -0/+12 |
| | | |||||
| * | Add Permissions.use_slash_commands | Rapptz | 2021-02-18 | 1 | -2/+6 |
| | | |||||
| * | Add support for the new permission serialization scheme. | Rapptz | 2021-02-18 | 2 | -6/+6 |
| | | |||||
| * | Fix ZeroDivisionError in DiscordVoiceWebSocket.average_latency | Riley Shaw | 2021-02-18 | 1 | -1/+1 |
| | | |||||
| * | Allow CustomActivity emoji to be constructed as documented. | Rapptz | 2021-02-18 | 1 | -1/+7 |
| | | | | | Fix #4049 | ||||
| * | Clarify Message.nonce documentation | Rapptz | 2021-02-18 | 1 | -1/+1 |
| | | | | | Fix #2451 | ||||
| * | [commands] Handle positional-only parameters in bot commands | Bryan Forbes | 2021-02-17 | 1 | -2/+2 |
| | | |||||
| * | Fix documentation with reference in GroupChannel.permissions_for | SuzuZusu | 2021-02-17 | 1 | -2/+2 |
| | | |||||
| * | [commands] Add support for rgb function in ColourConverter | Rapptz | 2021-02-07 | 1 | -11/+58 |
| | | | | | | | This also adds support for 3 digit hex. Fixes #6374 | ||||
| * | [commands] Add discord.Guild converter and GuildNotFound error | Alex Nørgaard | 2021-02-07 | 2 | -1/+45 |
| | | | | | | | | * 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 default | Peter Delevoryas | 2021-02-06 | 1 | -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. | ||||
| * | Add versionchanged to guild.create_role | Zomatree | 2021-01-26 | 1 | -0/+3 |
| | | |||||
| * | Use member provided data in typing_start event if not in cache | Rapptz | 2021-01-24 | 1 | -0/+5 |
| | | | | | | | Apparently Discord had this all along. ref: #5965, #5983 | ||||
| * | [commands] Fix documented type of `Context.cog` | Jonas Bohmann | 2021-01-24 | 1 | -1/+1 |
| | | |||||
| * | Add PartialEmoji.url_as | z03h | 2021-01-24 | 1 | -4/+37 |
| | | |||||
| * | Clarify on_raw_message_edit cached message nature | ChristopherJHart | 2021-01-18 | 1 | -1/+2 |
| | | |||||
| * | Add MessageReference.jump_url | z03h | 2021-01-17 | 1 | -0/+9 |
| | | |||||
| * | Add spoiler attribute to File | Josh | 2021-01-17 | 1 | -1/+3 |
| | | |||||
| * | [commands] Add linesep kwarg to Paginator | PikalaxALT | 2021-01-17 | 1 | -9/+17 |
| | | |||||
| * | Fix User public flags not updating | Lucas | 2021-01-17 | 2 | -3/+4 |
| | | |||||
| * | Version bump for development | Rapptz | 2021-01-16 | 1 | -2/+2 |
| | | |||||
| * | [commands] Fix Command duplicates in `HelpCommand.get_bot_mapping` | Alex Nørgaard | 2021-01-16 | 1 | -1/+1 |
| | | |||||
| * | PartialMessage.edit returns a full Message | Anurag Singh | 2021-01-15 | 1 | -1/+99 |
| | | |||||
| * | [commands] Add Command/Cog.has_error_handler | Rapptz | 2021-01-15 | 2 | -0/+14 |
| | | | | | | This allows querying the state without relying on internal undocumented attributes. | ||||
| * | Strip both - and _ from newcog class names | Josh | 2021-01-15 | 1 | -2/+3 |
| | | |||||
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 61 | -66/+65 |
| | | |||||
| * | [commands] Add PartialMessageConverter | Josh | 2021-01-15 | 1 | -13/+35 |
| | | |||||
| * | Fix documented type of `Command.usage` | jack1142 | 2021-01-14 | 1 | -1/+1 |
| | | |||||
| * | Update add_roles docstring to mention role order. | Perry Cate | 2021-01-14 | 1 | -2/+4 |
| | | |||||
| * | [commands] Correct ChannelNotFound docstring | BeatButton | 2021-01-12 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 1.6v1.6.0 | Rapptz | 2021-01-07 | 1 | -2/+2 |
| | | |||||
| * | Dispatch user updates if the global cache gets stale in update events | Rapptz | 2021-01-07 | 1 | -0/+6 |
| | | |||||
| * | Support setting the preferred locale via Guild.edit | Rapptz | 2021-01-05 | 2 | -2/+5 |
| | | | | | Fix #6267 | ||||
| * | Fix SyntaxError from PR implementing presences in member querying | Rapptz | 2021-01-01 | 1 | -1/+1 |
| | | |||||
| * | Implement presences for `Guild.query_members` | Nadir Chowdhury | 2020-12-31 | 3 | -10/+33 |
| | | |||||
| * | Fix AttributeError in Webhook message delete | Alex Nørgaard | 2020-12-31 | 1 | -1/+1 |
| | | |||||
| * | Fix webhook state coercion leading to unexpected behaviour. | Rapptz | 2020-12-29 | 1 | -9/+21 |
| | | | | | Fix #6220 | ||||
| * | [commands] fully remove command when CommandRegistrationError is raised for ↵ | Sebastian Law | 2020-12-29 | 1 | -1/+7 |
| | | | | | alias | ||||
| * | [commands] Correct concurrency never releasing during prepare call | Dan Hess | 2020-12-26 | 1 | -7/+12 |
| | | |||||
| * | Capitalize Discord in docs of message related attributes | Misa | 2020-12-26 | 1 | -2/+2 |
| | | |||||
| * | Allow `Guild.create_role` to accept an int as the `colour` parameter. | Alex Nørgaard | 2020-12-25 | 1 | -1/+3 |
| | | |||||
| * | Document more guild features | Rapptz | 2020-12-22 | 1 | -0/+2 |
| | | |||||
| * | remove extraneous assignment | Sebastian Law | 2020-12-22 | 1 | -2/+0 |
| | | |||||
| * | Revert "Fix table wrapping" | Rapptz | 2020-12-18 | 1 | -22/+17 |
| | | | | | This reverts commit c911cd0dbd06f6c0e774396174fb383fc63d172f. | ||||
| * | Fix table wrapping | Rapptz | 2020-12-18 | 1 | -17/+22 |
| | | |||||
| * | Add support for Member.pending boolean attribute | Rapptz | 2020-12-18 | 1 | -1/+13 |
| | | |||||