Update chatbot/plugins/__init__.py
Browse files
chatbot/plugins/__init__.py
CHANGED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
import akenoai.pyro_decorator as akeno
|
2 |
+
|
3 |
+
force_sub = akeno.ForceSubscribe(where_from="RendyProjects", owner_id="xtdevs")
|