revert command alias

This commit is contained in:
levina 2022-01-08 22:41:15 +07:00 committed by GitHub
parent 26a6789c43
commit 19249c3c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ async def ytdl(format: str, link: str):
return 0, stderr
@Client.on_message(command(["mplay", f"mplay@{BOT_USERNAME}"]) & other_filters)
@Client.on_message(command(["play", f"play@{BOT_USERNAME}"]) & other_filters)
async def play(c: Client, m: Message):
await m.delete()
replied = m.reply_to_message