| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add spoiler attribute to File | Josh | 2021-01-17 | 1 | -1/+3 |
| | | |||||
| * | [commands] Add linesep kwarg to Paginator | PikalaxALT | 2021-01-17 | 1 | -9/+17 |
| | | |||||
| * | Fix User public flags not updating | Lucas | 2021-01-17 | 2 | -3/+4 |
| | | |||||
| * | Version bump for development | Rapptz | 2021-01-16 | 1 | -2/+2 |
| | | |||||
| * | [commands] Fix Command duplicates in `HelpCommand.get_bot_mapping` | Alex Nørgaard | 2021-01-16 | 1 | -1/+1 |
| | | |||||
| * | PartialMessage.edit returns a full Message | Anurag Singh | 2021-01-15 | 1 | -1/+99 |
| | | |||||
| * | [commands] Add Command/Cog.has_error_handler | Rapptz | 2021-01-15 | 2 | -0/+14 |
| | | | | | | This allows querying the state without relying on internal undocumented attributes. | ||||
| * | Strip both - and _ from newcog class names | Josh | 2021-01-15 | 1 | -2/+3 |
| | | |||||
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 64 | -70/+68 |
| | | |||||
| * | [commands] Add PartialMessageConverter | Josh | 2021-01-15 | 1 | -13/+35 |
| | | |||||
| * | Fix documented type of `Command.usage` | jack1142 | 2021-01-14 | 1 | -1/+1 |
| | | |||||
| * | Update add_roles docstring to mention role order. | Perry Cate | 2021-01-14 | 1 | -2/+4 |
| | | |||||
| * | [matrix] Add scroll to top button | Josh | 2021-01-12 | 3 | -0/+49 |
| | | |||||
| * | [commands] Correct ChannelNotFound docstring | BeatButton | 2021-01-12 | 1 | -1/+1 |
| | | |||||
| * | Fix tag references in builds | Rapptz | 2021-01-08 | 1 | -1/+1 |
| | | |||||
| * | Changelog fixes | Rapptz | 2021-01-08 | 1 | -2/+3 |
| | | |||||
| * | Bump version to 1.6v1.6.0 | Rapptz | 2021-01-07 | 1 | -2/+2 |
| | | |||||
| * | Add changelog for v1.6 | Rapptz | 2021-01-07 | 1 | -0/+71 |
| | | |||||
| * | Update copyright year in the documentation | Rapptz | 2021-01-07 | 1 | -1/+1 |
| | | |||||
| * | Dispatch user updates if the global cache gets stale in update events | Rapptz | 2021-01-07 | 1 | -0/+6 |
| | | |||||
| * | fix method reference in documentation | Sebastian Law | 2021-01-05 | 1 | -1/+1 |
| | | |||||
| * | Support setting the preferred locale via Guild.edit | Rapptz | 2021-01-05 | 2 | -2/+5 |
| | | | | | Fix #6267 | ||||
| * | Update intents.rst & discord.rst | David | 2021-01-03 | 2 | -4/+4 |
| | | |||||
| * | Fix search not working on mobile | Rapptz | 2021-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix SyntaxError from PR implementing presences in member querying | Rapptz | 2021-01-01 | 1 | -1/+1 |
| | | |||||
| * | Implement presences for `Guild.query_members` | Nadir Chowdhury | 2020-12-31 | 3 | -10/+33 |
| | | |||||
| * | Fix AttributeError in Webhook message delete | Alex Nørgaard | 2020-12-31 | 1 | -1/+1 |
| | | |||||
| * | Update quickstart.rst to not use "reply" | Arthaxeres | 2020-12-31 | 1 | -2/+2 |
| | | | | Replace the word "reply" since we are actually not using Message.reply | ||||
| * | Include pending as a possible member_update trigger | Dan Hess | 2020-12-29 | 1 | -0/+1 |
| | | |||||
| * | Fix webhook state coercion leading to unexpected behaviour. | Rapptz | 2020-12-29 | 1 | -9/+21 |
| | | | | | Fix #6220 | ||||
| * | docs: Change page to section in event reference | Stefano Pigozzi | 2020-12-29 | 1 | -1/+1 |
| | | |||||
| * | [commands] fully remove command when CommandRegistrationError is raised for ↵ | Sebastian Law | 2020-12-29 | 1 | -1/+7 |
| | | | | | alias | ||||
| * | [commands] Correct concurrency never releasing during prepare call | Dan Hess | 2020-12-26 | 1 | -7/+12 |
| | | |||||
| * | Change highlight text colour on dark theme | Rapptz | 2020-12-26 | 1 | -1/+1 |
| | | | | | Fix #6215 | ||||
| * | Capitalize Discord in docs of message related attributes | Misa | 2020-12-26 | 1 | -2/+2 |
| | | |||||
| * | Fix 404 in search pages. | Rapptz | 2020-12-25 | 1 | -1/+1 |
| | | | | | Fix #6210 | ||||
| * | Allow `Guild.create_role` to accept an int as the `colour` parameter. | Alex Nørgaard | 2020-12-25 | 1 | -1/+3 |
| | | |||||
| * | docs: fix simple typo, libaries -> libraries | Tim Gates | 2020-12-25 | 1 | -1/+1 |
| | | | | | | There is a small typo in docs/intro.rst. Should read `libraries` rather than `libaries`. | ||||
| * | Document more guild features | Rapptz | 2020-12-22 | 1 | -0/+2 |
| | | |||||
| * | remove extraneous assignment | Sebastian Law | 2020-12-22 | 1 | -2/+0 |
| | | |||||
| * | [commands] Fix exception hierarchy documentation | Sebastian Law | 2020-12-22 | 1 | -1/+7 |
| | | |||||
| * | Fix reaction_roles example logic | Byambadalai Sumiya | 2020-12-22 | 1 | -1/+1 |
| | | |||||
| * | Apply settings before DOM loaded. | Josh | 2020-12-21 | 1 | -1/+4 |
| | | |||||
| * | Fix search highlighting not working | Rapptz | 2020-12-21 | 2 | -1/+10 |
| | | |||||
| * | Fix constructor colours being off in dark mode | Rapptz | 2020-12-19 | 1 | -0/+1 |
| | | |||||
| * | Add attributetable to WebhookMessage | Rapptz | 2020-12-19 | 1 | -0/+8 |
| | | |||||
| * | [matrix] Flip collapsible arrow direction | Rapptz | 2020-12-19 | 1 | -2/+2 |
| | | |||||
| * | [matrix] Explicitly change colour of option | Nadir Chowdhury | 2020-12-19 | 1 | -0/+5 |
| | | |||||
| * | [matrix] Vertically align navigation header | slice | 2020-12-19 | 1 | -0/+1 |
| | | |||||
| * | [matrix] Fix inconsistent monospace fonts | slice | 2020-12-19 | 1 | -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. | ||||