Karma
commited on
Commit
·
da39bd2
1
Parent(s):
311b3d9
Update chatbot.py
Browse files
Mikobot/plugins/chatbot.py
CHANGED
@@ -154,7 +154,7 @@ async def list_all_chats(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
|
154 |
__help__ = """
|
155 |
➠ *Admins only command*:
|
156 |
|
157 |
-
»
|
158 |
"""
|
159 |
|
160 |
__mod_name__ = "CHATBOT"
|
|
|
154 |
__help__ = """
|
155 |
➠ *Admins only command*:
|
156 |
|
157 |
+
» /chatbot: shows chatbot panel.
|
158 |
"""
|
159 |
|
160 |
__mod_name__ = "CHATBOT"
|