aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix User public flags not updatingLucas2021-01-172-3/+4
|
* Version bump for developmentRapptz2021-01-161-2/+2
|
* [commands] Fix Command duplicates in `HelpCommand.get_bot_mapping`Alex Nørgaard2021-01-161-1/+1
|
* PartialMessage.edit returns a full MessageAnurag Singh2021-01-151-1/+99
|
* [commands] Add Command/Cog.has_error_handlerRapptz2021-01-152-0/+14
| | | | | This allows querying the state without relying on internal undocumented attributes.
* Strip both - and _ from newcog class namesJosh2021-01-151-2/+3
|
* Change copyright year to presentNihaal Sangha2021-01-1564-70/+68
|
* [commands] Add PartialMessageConverterJosh2021-01-151-13/+35
|
* Fix documented type of `Command.usage`jack11422021-01-141-1/+1
|
* Update add_roles docstring to mention role order.Perry Cate2021-01-141-2/+4
|
* [matrix] Add scroll to top buttonJosh2021-01-123-0/+49
|
* [commands] Correct ChannelNotFound docstringBeatButton2021-01-121-1/+1
|
* Fix tag references in buildsRapptz2021-01-081-1/+1
|
* Changelog fixesRapptz2021-01-081-2/+3
|
* Bump version to 1.6v1.6.0Rapptz2021-01-071-2/+2
|
* Add changelog for v1.6Rapptz2021-01-071-0/+71
|
* Update copyright year in the documentationRapptz2021-01-071-1/+1
|
* Dispatch user updates if the global cache gets stale in update eventsRapptz2021-01-071-0/+6
|
* fix method reference in documentation Sebastian Law2021-01-051-1/+1
|
* Support setting the preferred locale via Guild.editRapptz2021-01-052-2/+5
| | | | Fix #6267
* Update intents.rst & discord.rstDavid2021-01-032-4/+4
|
* Fix search not working on mobileRapptz2021-01-011-1/+1
|
* Fix SyntaxError from PR implementing presences in member queryingRapptz2021-01-011-1/+1
|
* Implement presences for `Guild.query_members`Nadir Chowdhury2020-12-313-10/+33
|
* Fix AttributeError in Webhook message deleteAlex Nørgaard2020-12-311-1/+1
|
* Update quickstart.rst to not use "reply"Arthaxeres2020-12-311-2/+2
| | | Replace the word "reply" since we are actually not using Message.reply
* Include pending as a possible member_update triggerDan Hess2020-12-291-0/+1
|
* Fix webhook state coercion leading to unexpected behaviour.Rapptz2020-12-291-9/+21
| | | | Fix #6220
* docs: Change page to section in event referenceStefano Pigozzi2020-12-291-1/+1
|
* [commands] fully remove command when CommandRegistrationError is raised for ↵Sebastian Law2020-12-291-1/+7
| | | | alias
* [commands] Correct concurrency never releasing during prepare callDan Hess2020-12-261-7/+12
|
* Change highlight text colour on dark themeRapptz2020-12-261-1/+1
| | | | Fix #6215
* Capitalize Discord in docs of message related attributesMisa2020-12-261-2/+2
|
* Fix 404 in search pages.Rapptz2020-12-251-1/+1
| | | | Fix #6210
* Allow `Guild.create_role` to accept an int as the `colour` parameter.Alex Nørgaard2020-12-251-1/+3
|
* docs: fix simple typo, libaries -> librariesTim Gates2020-12-251-1/+1
| | | | | There is a small typo in docs/intro.rst. Should read `libraries` rather than `libaries`.
* Document more guild featuresRapptz2020-12-221-0/+2
|
* remove extraneous assignmentSebastian Law2020-12-221-2/+0
|
* [commands] Fix exception hierarchy documentationSebastian Law2020-12-221-1/+7
|
* Fix reaction_roles example logicByambadalai Sumiya2020-12-221-1/+1
|
* Apply settings before DOM loaded.Josh2020-12-211-1/+4
|
* Fix search highlighting not workingRapptz2020-12-212-1/+10
|
* Fix constructor colours being off in dark modeRapptz2020-12-191-0/+1
|
* Add attributetable to WebhookMessageRapptz2020-12-191-0/+8
|
* [matrix] Flip collapsible arrow directionRapptz2020-12-191-2/+2
|
* [matrix] Explicitly change colour of optionNadir Chowdhury2020-12-191-0/+5
|
* [matrix] Vertically align navigation headerslice2020-12-191-0/+1
|
* [matrix] Fix inconsistent monospace fonts slice2020-12-191-2/+3
| | | | | | Internal references use a much simpler font stack that's different compared to what's used for most <pre> and <code> elements on the page, so let's make it more consistent by introducing a monospace font variable that's used everywhere we want one.
* [tasks] Add missing attributetable to tasksRapptz2020-12-191-0/+2
|
* Rework index page to take less vertical spaceRapptz2020-12-193-22/+94
|