fix try
Browse files
akn/AllDownloaderBot/azhelp.py
CHANGED
@@ -6,7 +6,7 @@ async def arzhelp_command(_, message):
|
|
6 |
keyboard = InlineKeyboardMarkup([
|
7 |
[
|
8 |
InlineKeyboardButton("π« Ban", callback_data="rhelp_ban"),
|
9 |
-
InlineKeyboardButton("π Mute", callback_data="
|
10 |
],
|
11 |
[
|
12 |
InlineKeyboardButton("π Promote", callback_data="rhelp_promote"),
|
|
|
6 |
keyboard = InlineKeyboardMarkup([
|
7 |
[
|
8 |
InlineKeyboardButton("π« Ban", callback_data="rhelp_ban"),
|
9 |
+
InlineKeyboardButton("π Mute", callback_data="rhelp_mute")
|
10 |
],
|
11 |
[
|
12 |
InlineKeyboardButton("π Promote", callback_data="rhelp_promote"),
|