| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix versionadded not showing in docs for Attachment.content_type | Logan | 2021-04-05 | 1 | -1/+1 |
| | | |||||
| * | Remove deprecated client methods | Vaskel | 2021-04-05 | 1 | -50/+0 |
| | | |||||
| * | Add discord.utils.utcnow() helper function to ease migration | Rapptz | 2021-04-04 | 1 | -0/+15 |
| | | |||||
| * | Remove special casing of MAX_ASYNCIO_SECONDS in sleep_until | Rapptz | 2021-04-04 | 1 | -4/+0 |
| | | | | | This compatibility code goes away in Python versions greater than 3.7 | ||||
| * | Convert datetimes to aware datetimes with UTC. | Rapptz | 2021-04-04 | 14 | -58/+80 |
| | | | | | | Naive datetimes will now be interpreted as local time throughout the library. | ||||
| * | Use typing.Protocol instead of abc.ABCMeta | James | 2021-04-04 | 3 | -88/+87 |
| | | |||||
| * | Flatten AsyncIterator.flatten | James | 2021-04-04 | 1 | -42/+1 |
| | | |||||
| * | Remove userbot functionality | Rapptz | 2021-04-04 | 15 | -1306/+59 |
| | | | | | | This has a lot of legacy and cruft so there may be some stuff I've missed but this first pass is enough to get a clear separation. | ||||
| * | Remove asyncio.Task subclass in preference to task names | Rapptz | 2021-04-04 | 1 | -17/+1 |
| | | |||||
| * | Convert two missing places to f-strings | Rapptz | 2021-04-04 | 2 | -2/+2 |
| | | |||||
| * | Remove encoding header from generated code | Rapptz | 2021-04-04 | 1 | -4/+1 |
| | | |||||
| * | [commands] Use positional only parameter for Context.invoke | Rapptz | 2021-04-04 | 1 | -12/+2 |
| | | |||||
| * | Modernize code to use f-strings | Rapptz | 2021-04-04 | 61 | -352/+237 |
| | | | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`. | ||||
| * | Version bump for development | Rapptz | 2021-04-04 | 1 | -2/+2 |
| | | |||||
| * | Version bump to v1.7v1.7.0 | Rapptz | 2021-04-04 | 1 | -2/+2 |
| | | |||||
| * | Add content_type to Attachment | Zomatree | 2021-04-03 | 1 | -1/+6 |
| | | |||||
| * | Guard for `None` in VocalGuildChannel.members | Rapptz | 2021-04-03 | 1 | -1/+1 |
| | | |||||
| * | [commands] Add missing versionadded on StoreChannelConverter | Rapptz | 2021-04-03 | 1 | -5/+7 |
| | | |||||
| * | [commands] Add StoreChannelConverter | DoggieLicc | 2021-04-03 | 1 | -0/+40 |
| | | |||||
| * | Implement StageChannel and related methods | Nadir Chowdhury | 2021-04-03 | 7 | -68/+411 |
| | | |||||
| * | [docs] Add rtc_region parameter for Guild.create_voice_channel | Nadir Chowdhury | 2021-04-02 | 1 | -0/+5 |
| | | |||||
| * | Implement voice region changing for voice channels | Tarek | 2021-04-01 | 4 | -5/+34 |
| | | |||||
| * | Add support for Permissions.request_to_speak | Rapptz | 2021-04-01 | 1 | -6/+23 |
| | | |||||
| * | [docs] Fix fetch_members/guilds documentation | Nadir Chowdhury | 2021-03-31 | 2 | -6/+2 |
| | | |||||
| * | Deprecate Client.logout | apple502j | 2021-03-31 | 1 | -1/+4 |
| | | |||||
| * | 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 | 2 | -0/+6 |
| | | |||||
| * | 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. | ||||
| * | Add support for fail_if_not_exists in MessageReference | Lilly Rose Berner | 2021-03-30 | 1 | -6/+28 |
| | | |||||
| * | [docs] copy signature from overridden and inherited methods | Sebastian Law | 2021-03-29 | 4 | -18/+17 |
| | | |||||
| * | [commands] Add support for stripping whitespace after the prefix | Rapptz | 2021-03-28 | 1 | -0/+10 |
| | | | | | This is configured with the strip_after_prefix option in `Bot.__init__` | ||||
| * | [commands] Remove nullability from help command implementation | Rapptz | 2021-03-28 | 1 | -16/+3 |
| | | | | | Fixes #5154 | ||||
| * | deprecate User.relationships | Nadir Chowdhury | 2021-03-28 | 1 | -0/+2 |
| | | |||||
| * | Add remove_markdown helper function | Edwin | 2021-03-28 | 3 | -7/+50 |
| | | |||||
| * | [commands] Only remove top level commands on cog load failure | Rapptz | 2021-03-28 | 1 | -1/+2 |
| | | |||||
| * | Add scopes to utils.oauth_url | Nihaal Sangha | 2021-03-28 | 1 | -2/+7 |
| | | |||||
| * | [commands] allow arbitrary callables in cooldown | Mikey | 2021-03-28 | 2 | -5/+11 |
| | | |||||
| * | Add an optional seed parameter for Colour.random | Maselkov | 2021-03-28 | 1 | -2/+10 |
| | | |||||
| * | Fallback to empty string for unavailable guild __str__ | Rapptz | 2021-03-25 | 1 | -1/+1 |
| | | |||||
| * | Make Attachment hashable and castable to str | Rapptz | 2021-03-25 | 1 | -1/+25 |
| | | |||||
| * | Implicitly cast Embed construction parameters to str | pikaninja | 2021-03-24 | 1 | -0/+18 |
| | | |||||
| * | Recreate aiohttp.FormData objects during request retries | Rapptz | 2021-03-24 | 2 | -14/+32 |
| | | | | | Fixes #6531 | ||||
| * | [commands] fix documented type for Command.checks | Sebastian Law | 2021-03-24 | 1 | -1/+1 |
| | | |||||
| * | Make `await` text appear in async Member method docs | Sebastian Law | 2021-03-24 | 1 | -2/+8 |
| | | |||||
| * | Update create_dm documentation to say it's a coroutine | Alex Nørgaard | 2021-03-24 | 1 | -1/+3 |
| | | |||||
| * | Add roles to guild.estimate_pruned_members | z03h | 2021-03-24 | 2 | -3/+14 |
| | | |||||
| * | [commands] Include group args in command signature | jack1142 | 2021-03-24 | 1 | -4/+13 |
| | | |||||
| * | Mark User.avatar_url as attribute in Intents.members docstring | Steve C | 2021-03-13 | 1 | -1/+1 |
| | | | | | | The line currently comes out to `User.avatar (User.avatar_url() and User.avatar_url_as())` but `User.avatar_url` is not callable. | ||||
| * | [commands] fix Context.channel property documented type | Sebastian Law | 2021-03-13 | 1 | -2/+2 |
| | | |||||