Skip to content

Commit

Permalink
Merge pull request #85 from TheTeamAlexa/autofix
Browse files Browse the repository at this point in the history
Format code.
  • Loading branch information
TheTeamAlexa authored Nov 28, 2023
2 parents c8e3d7f + 4fc74f9 commit a9b4974
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 a9b4974

Please sign in to comment.