| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use f-strings in more places that were missed | Sebastian Law | 2021-04-08 | 7 | -18/+19 |
| | | |||||
| * | [commands] Add StageChannelConverter to documentation | Rapptz | 2021-04-08 | 1 | -0/+3 |
| | | |||||
| * | [docs] add label to basic converters section | Sebastian Law | 2021-04-07 | 1 | -0/+2 |
| | | |||||
| * | Fix headers in partial webhook channel and guild objects | Rapptz | 2021-04-07 | 1 | -2/+2 |
| | | |||||
| * | Remove type hints from generated docs | Rapptz | 2021-04-07 | 1 | -0/+1 |
| | | |||||
| * | [commands] Update Converter list in ext.commands introduction | Shun Tannai | 2021-04-07 | 1 | -10/+16 |
| | | |||||
| * | Add source_channel and source_guild to Webhook | Zomatree | 2021-04-06 | 1 | -0/+15 |
| | | |||||
| * | Add on_interaction event and Interaction class. | Rapptz | 2021-04-06 | 1 | -0/+33 |
| | | | | | | This is the first pass at the functionality. It's currently a bit incomplete. | ||||
| * | Update changelog for v1.7.1 | Rapptz | 2021-04-05 | 1 | -0/+10 |
| | | |||||
| * | Add discord.utils.utcnow() helper function to ease migration | Rapptz | 2021-04-04 | 1 | -0/+2 |
| | | |||||
| * | Convert datetimes to aware datetimes with UTC. | Rapptz | 2021-04-04 | 1 | -3/+3 |
| | | | | | | Naive datetimes will now be interpreted as local time throughout the library. | ||||
| * | Remove some lingering userbot classes in the documentation | Rapptz | 2021-04-04 | 1 | -24/+0 |
| | | |||||
| * | Use typing.Protocol instead of abc.ABCMeta | James | 2021-04-04 | 1 | -12/+11 |
| | | |||||
| * | Remove userbot functionality | Rapptz | 2021-04-04 | 1 | -235/+0 |
| | | | | | | 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. | ||||
| * | Modernize code to use f-strings | Rapptz | 2021-04-04 | 1 | -10/+9 |
| | | | | | | This also removes the encoding on the top, since Python 3 does it by default. It also changes some methods to use `yield from`. | ||||
| * | Add missing documentation for StoreChannelConverter | Rapptz | 2021-04-04 | 2 | -1/+4 |
| | | |||||
| * | Add missing StoreChannel documentation | Rapptz | 2021-04-04 | 1 | -4/+13 |
| | | |||||
| * | Fix StoreChannel reference in changelog | Rapptz | 2021-04-04 | 1 | -1/+1 |
| | | |||||
| * | Add content_type to changelog | Rapptz | 2021-04-03 | 1 | -0/+1 |
| | | |||||
| * | Add changelog for v1.7 | Rapptz | 2021-04-03 | 1 | -0/+82 |
| | | |||||
| * | Implement StageChannel and related methods | Nadir Chowdhury | 2021-04-03 | 1 | -0/+15 |
| | | |||||
| * | [docs] Fix fetch_members/guilds documentation | Nadir Chowdhury | 2021-03-31 | 1 | -1/+8 |
| | | |||||
| * | [docs] suggest presence in constructor instead of change_presence | Mikey | 2021-03-31 | 1 | -4/+11 |
| | | |||||
| * | Deprecate Client.logout | apple502j | 2021-03-31 | 1 | -1/+1 |
| | | |||||
| * | Add remove_markdown helper function | Edwin | 2021-03-28 | 1 | -0/+2 |
| | | |||||
| * | Clarify docs to state that on_reaction_remove requires Intents.members | Colin R | 2021-03-24 | 1 | -1/+6 |
| | | |||||
| * | [docs] Conveter -> Converter | Nadir Chowdhury | 2021-03-24 | 1 | -1/+1 |
| | | |||||
| * | [docs] Grammar fixes for intents.rst | Arnav Jindal | 2021-03-24 | 1 | -21/+4 |
| | | |||||
| * | Add remaining v6 message types | Nadir Chowdhury | 2021-02-23 | 1 | -0/+29 |
| | | |||||
| * | Deprecate non-bot methods | Nadir Chowdhury | 2021-02-23 | 1 | -0/+16 |
| | | |||||
| * | Fix backslashes showing up in the docs | Sebastian Law | 2021-02-21 | 1 | -1/+1 |
| | | |||||
| * | [tasks] make __call__ actually appear in the docs | Sebastian Law | 2021-02-21 | 1 | -0/+1 |
| | | |||||
| * | Document BanEntry | Maya | 2021-02-21 | 1 | -0/+16 |
| | | |||||
| * | Document behavior of on_disconnect | Sebastian Law | 2021-02-20 | 1 | -4/+4 |
| | | |||||
| * | Update docs to be clearer about discord limitations | Michael H | 2021-02-17 | 2 | -2/+11 |
| | | |||||
| * | [commands] Add discord.Guild converter and GuildNotFound error | Alex Nørgaard | 2021-02-07 | 1 | -0/+6 |
| | | | | | | | | * Add discord.Guild converter and GuildNotFound error * note for lack of disambiguation in Guilds with duplicate names, and removed the possibility of returning None * edited converter to use `utils.get` over `utils.find` and docs edited with Converter and Exception. | ||||
| * | Always inject the HTML builder even in RTD builds | Rapptz | 2021-02-02 | 1 | -2/+4 |
| | | |||||
| * | [commands] document PartialMessageConverter | Sebastian Law | 2021-01-24 | 2 | -0/+6 |
| | | |||||
| * | Clarify on_raw_message_edit cached message nature | ChristopherJHart | 2021-01-18 | 1 | -1/+4 |
| | | |||||
| * | Change copyright year to present | Nihaal Sangha | 2021-01-15 | 2 | -3/+2 |
| | | |||||
| * | [matrix] Add scroll to top button | Josh | 2021-01-12 | 3 | -0/+49 |
| | | |||||
| * | Fix tag references in builds | Rapptz | 2021-01-08 | 1 | -1/+1 |
| | | |||||
| * | Changelog fixes | Rapptz | 2021-01-08 | 1 | -2/+3 |
| | | |||||
| * | 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 |
| | | |||||
| * | fix method reference in documentation | Sebastian Law | 2021-01-05 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||