We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d80d9e commit 0240d04Copy full SHA for 0240d04
Tune/plugins/play/play.py
@@ -548,7 +548,7 @@ async def anonymous_check(client, CallbackQuery):
548
pass
549
550
551
-@app.on_callback_query(filters.regex("AnniePlaylists") & ~BANNED_USERS)
+@app.on_callback_query(filters.regex("TuneViaPlaylists") & ~BANNED_USERS)
552
@languageCB
553
@capture_callback_err
554
async def play_playlists_command(client, CallbackQuery, _):
0 commit comments