File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -390,8 +390,10 @@ Commands Events
390390 Below is a small example of overriding the default implementation in a :class: `~twitchio.ext.commands.Component `. This,
391391 when used in an extension allows your error handler to be hot-reloaded without losing access to a proper exception handler.
392392
393- Example
394- -------
393+ :param twitchio.ext.commands.CommandErrorPayload payload: The error payload containing context and the exception raised.
394+
395+
396+ **Example **
395397
396398 .. code :: python3
397399
@@ -443,8 +445,6 @@ Commands Events
443445 async def setup(bot: commands.Bot) -> None:
444446 await bot.add_component(ErrorComponent(bot))
445447
446- :param twitchio.ext.commands.CommandErrorPayload payload: The error payload containing context and the exception raised.
447-
448448
449449 Automod
450450#######
You can’t perform that action at this time.
0 commit comments