From 4fc74f9c009da9c36f0d04d901f63a6b512f9f42 Mon Sep 17 00:00:00 2001 From: TheTeamAlexa Date: Tue, 28 Nov 2023 15:24:23 +0000 Subject: [PATCH] Formate By @TheTeamAlexa Signed-off-by: TheTeamAlexa --- AlexaMusic/plugins/play/channel.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/AlexaMusic/plugins/play/channel.py b/AlexaMusic/plugins/play/channel.py index 1c24b56e..cadb2945 100644 --- a/AlexaMusic/plugins/play/channel.py +++ b/AlexaMusic/plugins/play/channel.py @@ -21,6 +21,7 @@ ### Multi-Lang Commands CHANNELPLAY_COMMAND = get_command("CHANNELPLAY_COMMAND") + @app.on_message( filters.command(CHANNELPLAY_COMMAND) & filters.group @@ -70,6 +71,4 @@ async def playmode_(client, message: Message, _): _["cplay_6"].format(chat.title, creatorusername) ) await set_cmode(message.chat.id, chat.id) - return await message.reply_text( - _["cplay_3"].format(chat.title, chat.id) - ) \ No newline at end of file + return await message.reply_text(_["cplay_3"].format(chat.title, chat.id))