aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Permissions.request_to_speakRapptz2021-04-011-6/+23
|
* [docs] Fix fetch_members/guilds documentationNadir Chowdhury2021-03-313-7/+10
|
* [docs] suggest presence in constructor instead of change_presenceMikey2021-03-311-4/+11
|
* Deprecate Client.logout apple502j2021-03-312-2/+5
|
* Bring back older background task example under a new nameRapptz2021-03-301-0/+28
|
* Fix background_task example to actually workRapptz2021-03-301-5/+4
|
* Update background_task example to use ext.tasksSebastian Law2021-03-301-9/+14
|
* 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
| | | | | | 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 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
| | | | This is configured with the strip_after_prefix option in `Bot.__init__`
* [commands] Remove nullability from help command implementationRapptz2021-03-281-16/+3
| | | | Fixes #5154
* deprecate User.relationshipsNadir Chowdhury2021-03-281-0/+2
|
* Add remove_markdown helper functionEdwin2021-03-284-7/+52
|
* [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
| | | | Fixes #6531
* Remove deprecated uses of aboutRapptz2021-03-242-2/+2
|
* Update issue templateRapptz2021-03-241-2/+7
|
* Clarify docs to state that on_reaction_remove requires Intents.membersColin R2021-03-241-1/+6
|
* [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
|
* [docs] Conveter -> Converter Nadir Chowdhury2021-03-241-1/+1
|
* Add roles to guild.estimate_pruned_membersz03h2021-03-242-3/+14
|
* [commands] Include group args in command signaturejack11422021-03-241-4/+13
|
* [docs] Grammar fixes for intents.rstArnav Jindal2021-03-241-21/+4
|
* Mark User.avatar_url as attribute in Intents.members docstringSteve C2021-03-131-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 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
|
* Fix Permissions.all_channel documentation to link attributesTheOneMusic2021-03-011-10/+11
|
* Allow AuditLogEntry to be HashableNadir Chowdhury2021-03-011-1/+19
|
* Disallow empty sequences in Guild.query_members user_id parameterRapptz2021-02-281-7/+10
|
* Add guild_id attribute to RawMessageUpdateEvent Sebastian Law2021-02-281-1/+10
|
* [tasks] remove redundant condition in Loop.next_iteration Sebastian Law2021-02-281-1/+1
| | | | | | | | self._task is only None if the Loop has never been started before, which means None should be returned always, regardless of how many seconds was passed into the constructor this didn't break anything before because self._next_iteration will be None as well if self._task is None.
* Update docs for discord.Invite.max_usesxPolar2021-02-281-1/+3
| | | This mentions the unlimited uses aspect.
* Only run main() if the module is being executed as a script Bryan Forbes2021-02-281-1/+2
|
* Update permission class methods to match Discord UITheOneMusic2021-02-281-11/+47
|
* Code optimisations and refactoring via SourceryNadir Chowdhury2021-02-2418-90/+47
|
* Fix NameError with invoked_parentsNadir Chowdhury2021-02-241-0/+1
|