Skip to content

Commit

Permalink
Formate By @TheTeamAlexa
Browse files Browse the repository at this point in the history
Signed-off-by: TheTeamAlexa <[email protected]>
  • Loading branch information
TheTeamAlexa committed Nov 28, 2023
1 parent c8e3d7f commit 4fc74f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions AlexaMusic/plugins/play/channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
### Multi-Lang Commands
CHANNELPLAY_COMMAND = get_command("CHANNELPLAY_COMMAND")


@app.on_message(
filters.command(CHANNELPLAY_COMMAND)
& filters.group
Expand Down Expand Up @@ -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)
)
return await message.reply_text(_["cplay_3"].format(chat.title, chat.id))

0 comments on commit 4fc74f9

Please sign in to comment.