Skip to content

Commit f9466f8

Browse files
committed
Add Translator doc refs
1 parent a6ccf41 commit f9466f8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/exts/commands/core.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ Decorators
5454

5555
.. autofunction:: twitchio.ext.commands.cooldown(*, base: BaseCooldown, rate: int, per: float, key: Callable[[Any], Hashable] | Callable[[Any], Coroutine[Any, Any, Hashable]] | BucketType, **kwargs: ~typing.Any)
5656

57+
.. autofunction:: twitchio.ext.commands.translator
58+
5759

5860
Guards
5961
######
@@ -97,4 +99,11 @@ Converters
9799
:members:
98100

99101
.. autoclass:: twitchio.ext.commands.ColourConverter()
102+
:members:
103+
104+
105+
Translators
106+
###########
107+
108+
.. autoclass:: twitchio.ext.commands.Translator()
100109
:members:

0 commit comments

Comments
 (0)