Add soundcloud support
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user