Commit Graph
738 Commits
Author SHA1 Message Date
iDutchy 2a32e56873 fix conflict 2021-06-25 20:33:22 -05:00
iDutchy 34f6c5db10 looks like I changed stuff? 2021-06-25 20:29:27 -05:00
Rapptz 9ff979572a Add changelog for v1.7.3 2021-06-12 12:09:38 -04:00
Nadir ChowdhuryandRapptz 81457330ed [docs] typo fix 2021-06-12 12:01:14 -04:00
ChasLandRapptz f0c3568ea9 Fix for doc reference to python "raise" statement
:ref:`py:raise` -> :ref:`raise statement <py:raise>`

Before fix the text reads: "...define an on_error handler consisting
of a single empty The raise statement." After fix it should read: 
"...define an on_error handler consisting of a single empty raise
statement."
2021-06-12 12:00:33 -04:00
Rapptz 69fdf8c67d Add changelog for v1.7.2 2021-05-02 23:35:25 -04:00
iDutchy 917649b1b2 fix conflicts 2021-05-02 21:05:05 -05:00
HyperGHandRapptz 648b786bc1 Adjust quickstart to not show commands example 2021-05-01 10:31:00 -04:00
Nadir ChowdhuryandRapptz 7d37c3a506 [docs] Fix various unresolved references 2021-05-01 10:26:11 -04:00
Rapptz 28934001b2 Bring back discord module in discord.ext.commands documentation 2021-04-15 09:00:09 -04:00
Rapptz af7d93725d Remove current module reference in commands API docs 2021-04-15 09:00:09 -04:00
jack1142andRapptz efa6482ac4 Add missing attribute tables 2021-04-15 08:58:32 -04:00
Rapptz 4756485ea4 [commands] Add StageChannelConverter to documentation 2021-04-15 08:58:00 -04:00
Shun TannaiandRapptz 8b4d7f122c [commands] Update Converter list in ext.commands introduction 2021-04-15 08:57:45 -04:00
Sebastian LawandRapptz 3ad795ab6a [docs] add label to basic converters section 2021-04-15 08:57:08 -04:00
iDutchy a453266cd4 conflict fixes 2021-04-07 18:27:34 -05:00
Sebastian LawandGitHub ece7064e64 [docs] add label to basic converters section 2021-04-07 07:12:52 -04:00
Rapptz a9d5c0aa3b Fix headers in partial webhook channel and guild objects 2021-04-07 06:37:09 -04:00
Rapptz b818296c21 Remove type hints from generated docs 2021-04-07 06:35:29 -04:00
Shun TannaiandGitHub bda3afcad7 [commands] Update Converter list in ext.commands introduction 2021-04-07 03:20:35 -04:00
ZomatreeandGitHub ad68a1d04e Add source_channel and source_guild to Webhook 2021-04-06 23:31:18 -04:00
Rapptz 8cece19b22 Add on_interaction event and Interaction class.
This is the first pass at the functionality. It's currently a bit
incomplete.
2021-04-06 01:11:36 -04:00
Rapptz 8da6b47a36 Update changelog for v1.7.1 2021-04-05 21:39:35 -04:00
Rapptz 0a4be8f83c Update changelog for v1.7.1 2021-04-05 21:21:41 -04:00
Rapptz a3a6f88936 Add discord.utils.utcnow() helper function to ease migration 2021-04-04 23:59:04 -04:00
Rapptz ff7094ce96 Convert datetimes to aware datetimes with UTC.
Naive datetimes will now be interpreted as local time throughout
the library.
2021-04-04 23:54:08 -04:00
Rapptz fd58371f53 Remove some lingering userbot classes in the documentation 2021-04-04 20:05:19 -04:00
JamesandGitHub 34ab772653 Use typing.Protocol instead of abc.ABCMeta 2021-04-04 18:05:49 -04:00
Rapptz 54288879e2 Remove userbot functionality
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.
2021-04-04 10:15:30 -04:00
Rapptz 9d39b135f4 Modernize code to use f-strings
This also removes the encoding on the top, since Python 3 does it by
default. It also changes some methods to use `yield from`.
2021-04-04 07:03:53 -04:00
Rapptz f6df66a971 Add missing documentation for StoreChannelConverter 2021-04-04 00:21:15 -04:00
Rapptz 6d63cf0d5d Add missing StoreChannel documentation 2021-04-04 00:17:59 -04:00
Rapptz 834a7d80aa Fix StoreChannel reference in changelog 2021-04-04 00:04:30 -04:00
Rapptz f8964b1b32 Add content_type to changelog 2021-04-03 23:33:03 -04:00
Rapptz 5b244a7002 Add changelog for v1.7 2021-04-03 23:09:47 -04:00
Nadir ChowdhuryandGitHub 1b2688518e Implement StageChannel and related methods 2021-04-03 22:43:41 -04:00
Nadir ChowdhuryandGitHub 6887d3946a [docs] Fix fetch_members/guilds documentation 2021-03-31 21:27:40 -04:00
MikeyandGitHub e66141e002 [docs] suggest presence in constructor instead of change_presence 2021-03-31 21:26:51 -04:00
apple502jandGitHub 954dd09e18 Deprecate Client.logout 2021-03-31 07:30:41 -04:00
EdwinandGitHub 31ee3fafc1 Add remove_markdown helper function 2021-03-28 18:38:34 -04:00
Colin RandGitHub a6c5b04142 Clarify docs to state that on_reaction_remove requires Intents.members 2021-03-24 08:25:12 -04:00
Nadir ChowdhuryandGitHub 8d66ced02c [docs] Conveter -> Converter 2021-03-24 08:18:11 -04:00
Arnav JindalandGitHub bd29795f92 [docs] Grammar fixes for intents.rst 2021-03-24 08:13:42 -04:00
Nadir ChowdhuryandGitHub 6f748e5da5 Add remaining v6 message types 2021-02-23 03:57:11 -05:00
Nadir ChowdhuryandGitHub 427e387a2f Deprecate non-bot methods 2021-02-23 03:36:37 -05:00
Sebastian LawandGitHub a0c1d6f6c5 Fix backslashes showing up in the docs 2021-02-21 07:32:11 -05:00
Sebastian LawandGitHub ceab8ff638 [tasks] make __call__ actually appear in the docs 2021-02-21 07:19:10 -05:00
MayaandGitHub 66b834b332 Document BanEntry 2021-02-21 00:12:30 -05:00
Sebastian LawandGitHub b86073fac3 Document behavior of on_disconnect 2021-02-20 20:47:29 -05:00
Michael HandGitHub 08d45cc2ab Update docs to be clearer about discord limitations 2021-02-17 07:33:17 -05:00