Add soundcloud support

This commit is contained in:
BarsTiger
2023-11-13 23:08:58 +02:00
parent e99ba9daa3
commit bc2663c17c
22 changed files with 391 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ router = Router()
@router.chosen_inline_result(
F.result_id.startswith('deezc::')
F.result_id.startswith('deezc::') | F.result_id.startswith('scc::')
)
async def on_unneeded_cached_chosen(chosen_result: ChosenInlineResult, bot: Bot):
await bot.edit_message_reply_markup(