Skip to content

Commit ff700ae

Browse files
committed
Add shorthand to class refs
1 parent da7c383 commit ff700ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/getting-started/faq.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ What is the difference between Client and Bot?
5353
:class:`twitchio.ext.commands.Bot` subclasses :class:`~twitchio.Client`, which means that everything :class:`~twitchio.Client`
5454
can do, and everything belonging to :class:`~twitchio.Client` is also possible and available on :class:`~twitchio.ext.commands.Bot`.
5555

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>`_
5757
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,
5959
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)
6161
and more.
6262

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
6464
codebase with multiple modules and/or pacakges, with minimal down-time.

0 commit comments

Comments
 (0)