fix update
Browse files
akn/AllDownloaderBot/helpers/azrcallback.py
CHANGED
@@ -33,10 +33,10 @@ help_texts = {
|
|
33 |
"/locktypes - Available locks",
|
34 |
|
35 |
"demote": "**Demotion Commands:**\n"
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
}
|
41 |
|
42 |
@Client.on_callback_query(filters.regex("^rhelp_(ban|mute|promote|demote|clean|lock)$"))
|
|
|
33 |
"/locktypes - Available locks",
|
34 |
|
35 |
"demote": "**Demotion Commands:**\n"
|
36 |
+
"/demote - Demote user\n"
|
37 |
+
"/undemote - Undemote user\n"
|
38 |
+
"/demoteme - Demote yourself\n"
|
39 |
+
"/demoteall - Demote all admins"
|
40 |
}
|
41 |
|
42 |
@Client.on_callback_query(filters.regex("^rhelp_(ban|mute|promote|demote|clean|lock)$"))
|