| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Allow for callable class factories in abc.Connectable.connect | SuzuZusu | 2021-02-24 | 1 | -3/+4 | |
| | | ||||||
| * | [commands] Added tribool behaviour to HelpCommand.verify_checks | sudosnok | 2021-02-24 | 1 | -3/+11 | |
| | | ||||||
| * | fix mention_author in send causing unexpected allowed mentions | Sebastian Law | 2021-02-24 | 1 | -1/+2 | |
| | | ||||||
| * | Fix docstring for Guild.create_role | Arthaxeres | 2021-02-24 | 1 | -1/+1 | |
| | | ||||||
| * | Add remaining template endpoints | Nadir Chowdhury | 2021-02-23 | 3 | -7/+162 | |
| | | ||||||
| * | Add remaining v6 message types | Nadir Chowdhury | 2021-02-23 | 3 | -13/+62 | |
| | | ||||||
| * | Add converter example | Alex Nørgaard | 2021-02-23 | 1 | -0/+113 | |
| | | ||||||
| * | [commands] properly assign ctx.invoked_with with ctx. | Sebastian Law | 2021-02-23 | 1 | -1/+1 | |
| | | | | | resolves #6461 | |||||
| * | [commands] Add Context.invoked_parents | Sebastian Law | 2021-02-23 | 2 | -0/+15 | |
| | | ||||||
| * | Deprecate non-bot methods | Nadir Chowdhury | 2021-02-23 | 8 | -5/+126 | |
| | | ||||||
| * | [commands] Allow relative paths when handling extensions | Kaylynn Morgan | 2021-02-23 | 1 | -3/+37 | |
| | | ||||||
| * | Fix typo in Guild.fetch_member docs | Sebastian Law | 2021-02-22 | 1 | -1/+1 | |
| | | ||||||
| * | 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 | 2 | -3/+3 | |
| | | ||||||
| * | [tasks] make __call__ actually appear in the docs | Sebastian Law | 2021-02-21 | 2 | -1/+2 | |
| | | ||||||
| * | Add "Secret" channel/emoji example | Nadir Chowdhury | 2021-02-21 | 1 | -0/+96 | |
| | | ||||||
| * | Document BanEntry | Maya | 2021-02-21 | 2 | -13/+22 | |
| | | ||||||
| * | Document behavior of on_disconnect | Sebastian Law | 2021-02-20 | 1 | -4/+4 | |
| | | ||||||
| * | Add User.mutual_guilds | sudosnok | 2021-02-20 | 1 | -0/+12 | |
| | | ||||||
| * | Update issue templates for migration | Kowlin | 2021-02-19 | 2 | -11/+23 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Update docs to be clearer about discord limitations | Michael H | 2021-02-17 | 2 | -2/+11 | |
| | | ||||||
| * | 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 | 3 | -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 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. | |||||
| * | Some grammar nits | Rapptz | 2021-02-02 | 2 | -2/+2 | |
| | | ||||||
| * | Fix some validation errors with the template yaml | Rapptz | 2021-02-02 | 1 | -3/+0 | |
| | | ||||||
| * | Switch issue templates to use the new issue forms alpha | Rapptz | 2021-02-02 | 4 | -66/+107 | |
| | | ||||||
| * | Always inject the HTML builder even in RTD builds | Rapptz | 2021-02-02 | 1 | -2/+4 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | [commands] document PartialMessageConverter | Sebastian Law | 2021-01-24 | 2 | -0/+6 | |
| | | ||||||
| * | Clarify on_raw_message_edit cached message nature | ChristopherJHart | 2021-01-18 | 2 | -2/+6 | |
| | | ||||||
| * | 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 | |
| | | ||||||