revert command alias
This commit is contained in:
parent
26a6789c43
commit
19249c3c35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user