| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix permissions_for for roles | z03h | 2021-07-21 | 1 | -14/+17 |
| | | |||||
| * | Add PartialMessage to list of allowed message reference types | Lilly Rose Berner | 2021-07-21 | 1 | -9/+9 |
| | | |||||
| * | [commands] Fix (Partial)MessageConverter to work with thread messages | Nadir Chowdhury | 2021-07-10 | 1 | -1/+2 |
| | | |||||
| * | Change _Overwrite to get dict entries rather than mutate | Rapptz | 2021-07-07 | 1 | -4/+4 |
| | | |||||
| * | Fix KeyError due to refactoring mistake in Overwrite handling | Rapptz | 2021-06-28 | 1 | -1/+1 |
| | | |||||
| * | Type and format abc.py | Rapptz | 2021-06-28 | 1 | -76/+171 |
| | | | | | There's still some stuff missing but this is a decent first pass | ||||
| * | Add support for sending multiple embeds | Aomi Vel | 2021-06-27 | 1 | -12/+27 |
| | | |||||
| * | [docs] Update Sphinx and Fix various references | Josh | 2021-06-27 | 1 | -1/+1 |
| | | | | Co-Authored-By: Riley Shaw <[email protected]> | ||||
| * | Fix Messageable.send overload to take view parameters | Rapptz | 2021-05-29 | 1 | -0/+3 |
| | | |||||
| * | Refactor and type hint invites | Rapptz | 2021-05-29 | 1 | -8/+2 |
| | | |||||
| * | Add invite targets for voice channel invites | Zomatree | 2021-05-29 | 1 | -0/+21 |
| | | |||||
| * | Add initial support for buttons and components | Rapptz | 2021-05-27 | 1 | -4/+19 |
| | | |||||
| * | Fix minor typo in typing() docs | numbermaniac | 2021-05-25 | 1 | -1/+1 |
| | | |||||
| * | Add a note about overwriting in set_permissions | pikaninja | 2021-05-23 | 1 | -0/+4 |
| | | |||||
| * | Improve the example for abc.Messageable.typing | MrKomodoDragon | 2021-05-23 | 1 | -3/+4 |
| | | |||||
| * | Fix issues with imports causing NameErrors | Josh | 2021-05-12 | 1 | -2/+2 |
| | | |||||
| * | Type up **kwargs of various methods | Nadir Chowdhury | 2021-05-10 | 1 | -6/+62 |
| | | |||||
| * | Fix various reference issues in documentation | Josh | 2021-05-06 | 1 | -7/+7 |
| | | | | | Co-Authored-By: Riley Shaw <[email protected]> | ||||
| * | Type hint GuildChannel and don't make it a Protocol | Rapptz | 2021-05-05 | 1 | -26/+137 |
| | | | | | This reverts GuildChannel back into a base class mixin. | ||||
| * | Make GuildChannel inherit Snowflake | Josh | 2021-05-05 | 1 | -1/+1 |
| | | |||||
| * | [docs] remove mentions of bot only usability | Sebastian Law | 2021-05-04 | 1 | -2/+0 |
| | | |||||
| * | Replace uses of Ellipsis as sentinels with utils.MISSING | Josh | 2021-05-03 | 1 | -3/+5 |
| | | |||||
| * | Add utils.MISSING | Nadir Chowdhury | 2021-04-29 | 1 | -3/+2 |
| | | |||||
| * | Properly change abc.User.avatar type to Asset | Rapptz | 2021-04-25 | 1 | -4/+5 |
| | | |||||
| * | Add VoiceChannel.video_quality_mode | z03h | 2021-04-17 | 1 | -1/+8 |
| | | |||||
| * | [docs] Fix various unresolved references | Nadir Chowdhury | 2021-04-15 | 1 | -3/+3 |
| | | |||||
| * | Add StageChannel to abc.GuildChannel docs | pikaninja | 2021-04-13 | 1 | -0/+1 |
| | | |||||
| * | Add support for role objects in GuildChannel.permissions_for | Rapptz | 2021-04-11 | 1 | -8/+44 |
| | | |||||
| * | First pass at supporting v8 API | Rapptz | 2021-04-11 | 1 | -15/+24 |
| | | |||||
| * | Added discord.StageChannel in documentation | TheOneMusic | 2021-04-10 | 1 | -0/+1 |
| | | |||||
| * | Use f-strings in more places that were missed. | Rapptz | 2021-04-08 | 1 | -1/+1 |
| | | |||||
| * | Add `__all__` to remaining modules | Nadir Chowdhury | 2021-04-07 | 1 | -0/+9 |
| | | |||||
| * | Convert datetimes to aware datetimes with UTC. | Rapptz | 2021-04-04 | 1 | -4/+7 |
| | | | | | | Naive datetimes will now be interpreted as local time throughout the library. | ||||
| * | Use typing.Protocol instead of abc.ABCMeta | James | 2021-04-04 | 1 | -59/+53 |
| | | |||||
| * | Convert two missing places to f-strings | Rapptz | 2021-04-04 | 1 | -1/+1 |
| | | |||||
| * | Modernize code to use f-strings | Rapptz | 2021-04-04 | 1 | -2/+0 |
| | | | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`. | ||||
| * | Implement voice region changing for voice channels | Tarek | 2021-04-01 | 1 | -0/+7 |
| | | |||||
| * | Raise error if position could not be resolved in GuildChannel.move | Rapptz | 2021-03-30 | 1 | -3/+6 |
| | | |||||
| * | Return early if no kwargs are given to GuildChannel.move | Rapptz | 2021-03-30 | 1 | -0/+3 |
| | | |||||
| * | Ignore moving category channels to another category | Rapptz | 2021-03-30 | 1 | -0/+1 |
| | | |||||
| * | Add GuildChannel.move helper method to help with moving channels | Rapptz | 2021-03-30 | 1 | -0/+114 |
| | | | | | | | Moving channels is seen as a complicated task, so hopefully this abstracts a lot of it for users. There is no bulk move helper yet since I'm unsure how the API for that should be. | ||||
| * | remove trailing whitespace | Nadir Chowdhury | 2021-03-13 | 1 | -2/+2 |
| | | |||||
| * | Allow for callable class factories in abc.Connectable.connect | SuzuZusu | 2021-02-24 | 1 | -3/+4 |
| | | |||||
| * | fix mention_author in send causing unexpected allowed mentions | Sebastian Law | 2021-02-24 | 1 | -1/+2 |
| | | |||||
| * | Add support for the new permission serialization scheme. | Rapptz | 2021-02-18 | 1 | -4/+4 |
| | | |||||
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 1 | -1/+1 |
| | | |||||
| * | Fix wrong documented permission for GuildChannel.invites() | Misa | 2020-12-07 | 1 | -1/+1 |
| | | | | | | | | I tested it just now, and manage_guild is not the permission you need to fetch invites from a given channel. You need manage_channels. Note that this isn't the same as Guild.invites(), which DOES use manage_guild. | ||||
| * | [chore] Remove redundant imports | Nadir Chowdhury | 2020-11-28 | 1 | -1/+1 |
| | | | | This also removes the historical patch for NullHandler implemented in bbf1c54, as it has been available since Python 3.1. | ||||
| * | Code cleanup involving enums and message replies | Rapptz | 2020-11-27 | 1 | -8/+5 |
| | | |||||
| * | Implement discord.Message.reply | PikalaxALT | 2020-11-26 | 1 | -6/+38 |
| | | |||||