diff --git a/program/admins.py b/program/admins.py index a53afc8..7759cee 100644 --- a/program/admins.py +++ b/program/admins.py @@ -126,7 +126,7 @@ async def resume(client, m: Message): @Client.on_message( - command(["volume", f"volume@{BOT_USERNAME}"]) & other_filters + command(["volume", f"volume@{BOT_USERNAME}", "vol"]) & other_filters ) @authorized_users_only async def change_volume(client, m: Message):