Spaces:
Running
Running
Update chatbot/__init__.py
Browse files- chatbot/__init__.py +1 -1
chatbot/__init__.py
CHANGED
@@ -52,7 +52,7 @@ class Randydev(Client):
|
|
52 |
api_hash=API_HASH,
|
53 |
bot_token=BOT_TOKEN,
|
54 |
workers=300,
|
55 |
-
plugins=dict(root="
|
56 |
sleep_threshold=180,
|
57 |
)
|
58 |
async def start(self):
|
|
|
52 |
api_hash=API_HASH,
|
53 |
bot_token=BOT_TOKEN,
|
54 |
workers=300,
|
55 |
+
plugins=dict(root="chatbot.plugins"),
|
56 |
sleep_threshold=180,
|
57 |
)
|
58 |
async def start(self):
|