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))