randydev commited on
Commit
b2cedde
1 Parent(s): 6fafed4

Update chatbot/__init__.py

Browse files
Files changed (1) hide show
  1. 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="akn.manage"),
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):