From 41d15193e3c05a48b1391de4d1b001bd37560d9f Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Sat, 30 Oct 2021 19:56:46 +0700 Subject: [PATCH] aliases --- program/admins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):