@@ -204,7 +204,7 @@ to handle it, which defaults to print a traceback and ignoring the exception.
204
204
205
205
.. function :: on_disconnect()
206
206
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.
208
208
This could happen either through the internet being disconnected, explicit calls to close,
209
209
or Discord terminating the connection one way or the other.
210
210
@@ -516,7 +516,7 @@ to handle it, which defaults to print a traceback and ignoring the exception.
516
516
To get the message being reacted, access it via :attr: `Reaction.message `.
517
517
518
518
This requires both :attr: `Intents.reactions ` and :attr: `Intents.members ` to be enabled.
519
-
519
+
520
520
.. note ::
521
521
522
522
Consider using :func: `on_raw_reaction_remove ` if you need this and do not want
@@ -1160,7 +1160,7 @@ of :class:`enum.Enum`.
1160
1160
1161
1161
.. versionadded :: 1.7
1162
1162
.. attribute :: guild_discovery_grace_period_initial_warning
1163
-
1163
+
1164
1164
The system message denoting that the guild has failed to meet the Server
1165
1165
Discovery requirements for one week.
1166
1166
@@ -1169,7 +1169,7 @@ of :class:`enum.Enum`.
1169
1169
1170
1170
The system message denoting that the guild has failed to meet the Server
1171
1171
Discovery requirements for 3 weeks in a row.
1172
-
1172
+
1173
1173
.. versionadded :: 1.7
1174
1174
1175
1175
.. class :: ActivityType
@@ -3035,6 +3035,15 @@ TextChannel
3035
3035
.. automethod :: typing
3036
3036
:async-with:
3037
3037
3038
+ StoreChannel
3039
+ ~~~~~~~~~~~~~
3040
+
3041
+ .. attributetable :: StoreChannel
3042
+
3043
+ .. autoclass :: StoreChannel()
3044
+ :members:
3045
+ :inherited-members:
3046
+
3038
3047
VoiceChannel
3039
3048
~~~~~~~~~~~~~
3040
3049
0 commit comments