Skip to content

Commit

Permalink
fix(message_id)
Browse files Browse the repository at this point in the history
Don't edit buttons when Button is of cpanel
  • Loading branch information
Vivekkumar-IN authored Oct 4, 2024
1 parent a11f555 commit c8987c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AlexaMusic/plugins/misc/seeker.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async def markup_timer():
except:
continue
try:
check = wrong[chat_id][mystic.message_id]
check = wrong[chat_id][mystic.id]
if check is False:
continue
except:
Expand Down

0 comments on commit c8987c8

Please sign in to comment.