Skip to content

Commit 6d63cf0

Browse files
committed
Add missing StoreChannel documentation
1 parent 834a7d8 commit 6d63cf0

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

docs/api.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ to handle it, which defaults to print a traceback and ignoring the exception.
204204

205205
.. function:: on_disconnect()
206206

207-
Called when the client has disconnected from Discord, or a connection attempt to Discord has failed.
207+
Called when the client has disconnected from Discord, or a connection attempt to Discord has failed.
208208
This could happen either through the internet being disconnected, explicit calls to close,
209209
or Discord terminating the connection one way or the other.
210210

@@ -516,7 +516,7 @@ to handle it, which defaults to print a traceback and ignoring the exception.
516516
To get the message being reacted, access it via :attr:`Reaction.message`.
517517

518518
This requires both :attr:`Intents.reactions` and :attr:`Intents.members` to be enabled.
519-
519+
520520
.. note::
521521

522522
Consider using :func:`on_raw_reaction_remove` if you need this and do not want
@@ -1160,7 +1160,7 @@ of :class:`enum.Enum`.
11601160

11611161
.. versionadded:: 1.7
11621162
.. attribute:: guild_discovery_grace_period_initial_warning
1163-
1163+
11641164
The system message denoting that the guild has failed to meet the Server
11651165
Discovery requirements for one week.
11661166

@@ -1169,7 +1169,7 @@ of :class:`enum.Enum`.
11691169

11701170
The system message denoting that the guild has failed to meet the Server
11711171
Discovery requirements for 3 weeks in a row.
1172-
1172+
11731173
.. versionadded:: 1.7
11741174

11751175
.. class:: ActivityType
@@ -3035,6 +3035,15 @@ TextChannel
30353035
.. automethod:: typing
30363036
:async-with:
30373037

3038+
StoreChannel
3039+
~~~~~~~~~~~~~
3040+
3041+
.. attributetable:: StoreChannel
3042+
3043+
.. autoclass:: StoreChannel()
3044+
:members:
3045+
:inherited-members:
3046+
30383047
VoiceChannel
30393048
~~~~~~~~~~~~~
30403049

0 commit comments

Comments
 (0)