add sql filter "contains"
This commit is contained in:
@@ -339,7 +339,7 @@ async def process_field_edit_callback(message: Message | CallbackQuery, **kwargs
|
||||
}
|
||||
)
|
||||
|
||||
cmd=app.bot_commands.get(callback_data.user_command.split("&")[0])
|
||||
cmd = app.bot_commands.get(callback_data.user_command.split("&")[0])
|
||||
|
||||
return await cammand_handler(message=message, cmd=cmd, **kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user