Skip to content

Commit

Permalink
Update play.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jokokendi authored May 1, 2024
1 parent 140d149 commit b6c02db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Musikku/utils/decorators/play.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def wrapper(client, message):
)
return await app.leave_chat(message.chat.id)
if config.JOIN_DULU:
await subcribe(client, message)
return await subcribe(client, message)
if await is_commanddelete_on(message.chat.id):
try:
await message.delete()
Expand Down

0 comments on commit b6c02db

Please sign in to comment.