aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add discord.utils.utcnow() helper function to ease migrationRapptz2021-04-041-0/+2
|
* Convert datetimes to aware datetimes with UTC.Rapptz2021-04-041-3/+3
| | | | | Naive datetimes will now be interpreted as local time throughout the library.
* Remove some lingering userbot classes in the documentationRapptz2021-04-041-24/+0
|
* Use typing.Protocol instead of abc.ABCMetaJames2021-04-041-12/+11
|
* Remove userbot functionalityRapptz2021-04-041-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-stringsRapptz2021-04-041-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 StoreChannelConverterRapptz2021-04-042-1/+4
|
* Add missing StoreChannel documentationRapptz2021-04-041-4/+13
|
* Fix StoreChannel reference in changelogRapptz2021-04-041-1/+1
|
* Add content_type to changelogRapptz2021-04-031-0/+1
|
* Add changelog for v1.7Rapptz2021-04-031-0/+82
|
* Implement StageChannel and related methodsNadir Chowdhury2021-04-031-0/+15
|
* [docs] Fix fetch_members/guilds documentationNadir Chowdhury2021-03-311-1/+8
|
* [docs] suggest presence in constructor instead of change_presenceMikey2021-03-311-4/+11
|
* Deprecate Client.logout apple502j2021-03-311-1/+1
|
* Add remove_markdown helper functionEdwin2021-03-281-0/+2
|
* Clarify docs to state that on_reaction_remove requires Intents.membersColin R2021-03-241-1/+6
|
* [docs] Conveter -> Converter Nadir Chowdhury2021-03-241-1/+1
|
* [docs] Grammar fixes for intents.rstArnav Jindal2021-03-241-21/+4
|
* Add remaining v6 message typesNadir Chowdhury2021-02-231-0/+29
|
* Deprecate non-bot methodsNadir Chowdhury2021-02-231-0/+16
|
* Fix backslashes showing up in the docsSebastian Law2021-02-211-1/+1
|
* [tasks] make __call__ actually appear in the docsSebastian Law2021-02-211-0/+1
|
* Document BanEntryMaya2021-02-211-0/+16
|
* Document behavior of on_disconnectSebastian Law2021-02-201-4/+4
|
* Update docs to be clearer about discord limitationsMichael H2021-02-172-2/+11
|
* [commands] Add discord.Guild converter and GuildNotFound errorAlex Nørgaard2021-02-071-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 buildsRapptz2021-02-021-2/+4
|
* [commands] document PartialMessageConverterSebastian Law2021-01-242-0/+6
|
* Clarify on_raw_message_edit cached message natureChristopherJHart2021-01-181-1/+4
|
* Change copyright year to presentNihaal Sangha2021-01-152-3/+2
|
* [matrix] Add scroll to top buttonJosh2021-01-123-0/+49
|
* Fix tag references in buildsRapptz2021-01-081-1/+1
|
* Changelog fixesRapptz2021-01-081-2/+3
|
* Add changelog for v1.6Rapptz2021-01-071-0/+71
|
* Update copyright year in the documentationRapptz2021-01-071-1/+1
|
* fix method reference in documentation Sebastian Law2021-01-051-1/+1
|
* Update intents.rst & discord.rstDavid2021-01-032-4/+4
|
* Fix search not working on mobileRapptz2021-01-011-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
|
* docs: Change page to section in event referenceStefano Pigozzi2020-12-291-1/+1
|
* Change highlight text colour on dark themeRapptz2020-12-261-1/+1
| | | | Fix #6215
* Fix 404 in search pages.Rapptz2020-12-251-1/+1
| | | | Fix #6210
* 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`.
* [commands] Fix exception hierarchy documentationSebastian Law2020-12-221-1/+7
|
* 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
|