We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfaf8c7 commit 96ba2edCopy full SHA for 96ba2ed
docs/exts/routines/index.rst
@@ -1,6 +1,9 @@
1
Routines
2
########
3
4
-.. important::
+.. attributetable:: twitchio.ext.routines.Routine
5
6
- This feature has not yet been implemented.
+.. autoclass:: twitchio.ext.routines.Routine
7
+ :members:
8
+
9
+.. autofunction:: twitchio.ext.routines.routine
pyproject.toml
@@ -34,6 +34,7 @@ packages = [
34
"twitchio.authentication",
35
"twitchio.web",
36
"twitchio.ext.commands",
37
+ "twitchio.ext.routines",
38
"twitchio.types_",
39
]
40
include-package-data = true
twitchio/ext/routines/.gitkeep
0 commit comments