aboutsummaryrefslogtreecommitdiff
path: root/discord
Commit message (Expand)AuthorAgeFilesLines
* Remove special casing of MAX_ASYNCIO_SECONDS in sleep_untilRapptz2021-04-041-4/+0
* Convert datetimes to aware datetimes with UTC.Rapptz2021-04-0414-58/+80
* Use typing.Protocol instead of abc.ABCMetaJames2021-04-043-88/+87
* Flatten AsyncIterator.flattenJames2021-04-041-42/+1
* Remove userbot functionalityRapptz2021-04-0415-1306/+59
* Remove asyncio.Task subclass in preference to task namesRapptz2021-04-041-17/+1
* Convert two missing places to f-stringsRapptz2021-04-042-2/+2
* Remove encoding header from generated codeRapptz2021-04-041-4/+1
* [commands] Use positional only parameter for Context.invokeRapptz2021-04-041-12/+2
* Modernize code to use f-stringsRapptz2021-04-0461-352/+237
* Version bump for developmentRapptz2021-04-041-2/+2
* Version bump to v1.7v1.7.0Rapptz2021-04-041-2/+2
* Add content_type to AttachmentZomatree2021-04-031-1/+6
* Guard for `None` in VocalGuildChannel.membersRapptz2021-04-031-1/+1
* [commands] Add missing versionadded on StoreChannelConverterRapptz2021-04-031-5/+7
* [commands] Add StoreChannelConverterDoggieLicc2021-04-031-0/+40
* Implement StageChannel and related methodsNadir Chowdhury2021-04-037-68/+411
* [docs] Add rtc_region parameter for Guild.create_voice_channelNadir Chowdhury2021-04-021-0/+5
* Implement voice region changing for voice channelsTarek2021-04-014-5/+34
* Add support for Permissions.request_to_speakRapptz2021-04-011-6/+23
* [docs] Fix fetch_members/guilds documentationNadir Chowdhury2021-03-312-6/+2
* Deprecate Client.logout apple502j2021-03-311-1/+4
* Raise error if position could not be resolved in GuildChannel.moveRapptz2021-03-301-3/+6
* Return early if no kwargs are given to GuildChannel.moveRapptz2021-03-301-0/+3
* Ignore moving category channels to another categoryRapptz2021-03-302-0/+6
* Add GuildChannel.move helper method to help with moving channelsRapptz2021-03-301-0/+114
* Add support for fail_if_not_exists in MessageReferenceLilly Rose Berner2021-03-301-6/+28
* [docs] copy signature from overridden and inherited methodsSebastian Law2021-03-294-18/+17
* [commands] Add support for stripping whitespace after the prefixRapptz2021-03-281-0/+10
* [commands] Remove nullability from help command implementationRapptz2021-03-281-16/+3
* deprecate User.relationshipsNadir Chowdhury2021-03-281-0/+2
* Add remove_markdown helper functionEdwin2021-03-283-7/+50
* [commands] Only remove top level commands on cog load failureRapptz2021-03-281-1/+2
* Add scopes to utils.oauth_urlNihaal Sangha2021-03-281-2/+7
* [commands] allow arbitrary callables in cooldownMikey2021-03-282-5/+11
* Add an optional seed parameter for Colour.randomMaselkov2021-03-281-2/+10
* Fallback to empty string for unavailable guild __str__Rapptz2021-03-251-1/+1
* Make Attachment hashable and castable to strRapptz2021-03-251-1/+25
* Implicitly cast Embed construction parameters to strpikaninja2021-03-241-0/+18
* Recreate aiohttp.FormData objects during request retriesRapptz2021-03-242-14/+32
* [commands] fix documented type for Command.checksSebastian Law2021-03-241-1/+1
* Make `await` text appear in async Member method docsSebastian Law2021-03-241-2/+8
* Update create_dm documentation to say it's a coroutineAlex Nørgaard2021-03-241-1/+3
* Add roles to guild.estimate_pruned_membersz03h2021-03-242-3/+14
* [commands] Include group args in command signaturejack11422021-03-241-4/+13
* Mark User.avatar_url as attribute in Intents.members docstringSteve C2021-03-131-1/+1
* [commands] fix Context.channel property documented typeSebastian Law2021-03-131-2/+2
* remove trailing whitespaceNadir Chowdhury2021-03-136-23/+23
* Fix references to snowflakes being max 21 longNihaal Sangha2021-03-023-6/+6
* Fix typo with guild_discovery_grace_period_final_warningNadir Chowdhury2021-03-021-1/+1