This commit is contained in:
levina 2021-10-30 19:56:46 +07:00 committed by GitHub
parent a580836c7b
commit 41d15193e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ async def resume(client, m: Message):
@Client.on_message( @Client.on_message(
command(["volume", f"volume@{BOT_USERNAME}"]) & other_filters command(["volume", f"volume@{BOT_USERNAME}", "vol"]) & other_filters
) )
@authorized_users_only @authorized_users_only
async def change_volume(client, m: Message): async def change_volume(client, m: Message):