diff --git a/src/chat/group/screens/screen_bounty_loan.py b/src/chat/group/screens/screen_bounty_loan.py index 570be714..e207aabc 100644 --- a/src/chat/group/screens/screen_bounty_loan.py +++ b/src/chat/group/screens/screen_bounty_loan.py @@ -295,4 +295,4 @@ async def keyboard_interaction(update: Update, context: ContextTypes.DEFAULT_TYP # Send message ot_text = get_text(loan, tax_amount, total_amount) - await full_message_send(context, ot_text, update=update, add_delete_button=True, authorized_users=[loaner, user]) + await full_message_send(context, ot_text, update=update)