You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/faq.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,12 +53,12 @@ What is the difference between Client and Bot?
53
53
:class:`twitchio.ext.commands.Bot` subclasses :class:`~twitchio.Client`, which means that everything :class:`~twitchio.Client`
54
54
can do, and everything belonging to :class:`~twitchio.Client` is also possible and available on :class:`~twitchio.ext.commands.Bot`.
55
55
56
-
The benefit of :class:`twitchio.ext.commands.Bot` is that it is part of the `ext.commands <https://twitchio.dev/en/latest/exts/commands/index.html#commands>`_
56
+
The benefit of :class:`~twitchio.ext.commands.Bot` is that it is part of the `ext.commands <https://twitchio.dev/en/latest/exts/commands/index.html#commands>`_
57
57
extension. This extension is a powerful and easy to use package that allows the creation of :class:`~twitchio.ext.commands.Command`'s' and
58
-
:class:`twitchio.ext.commands.Component`'s which allow you to easily create chat based commands and sub-commands,
58
+
:class:`~twitchio.ext.commands.Component`'s which allow you to easily create chat based commands and sub-commands,
59
59
with argument parsing and converters, guards for fine-grained permission control, cooldowns,
60
-
the use of :class:`twitchio.ext.commands.Context` (featureful context around the invocation of commands; with many helpers)
60
+
the use of :class:`~twitchio.ext.commands.Context` (featureful context around the invocation of commands; with many helpers)
61
61
and more.
62
62
63
-
Used with :class:`twitchio.ext.commands.Component`'s and hot-reloading extension support you can easily manage your applications
63
+
Used with :class:`~twitchio.ext.commands.Component`'s and hot-reloading extension support you can easily manage your applications
64
64
codebase with multiple modules and/or pacakges, with minimal down-time.
0 commit comments