From 4b1b8a53c7d691bfd2eda1d76d038298173b6ecf Mon Sep 17 00:00:00 2001 From: VD15 Date: Sat, 7 Jun 2025 23:25:48 +0100 Subject: [PATCH] Fix nonstandard apostrophe --- bot/response.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/response.py b/bot/response.py index f21d7b0..b49de1e 100644 --- a/bot/response.py +++ b/bot/response.py @@ -155,7 +155,7 @@ def delete_account(author: str) -> BotResponse: return { 'message': f'{author} ⚠️ This will permanently delete your account \ and all your cards.\n' - 'If you’re sure, reply with `confirm_delete_account` to proceed.\n\n' + 'If you\'re sure, reply with `confirm_delete_account` to proceed.\n\n' '**There is no undo.** Your gacha luck will be lost to the void... 💀✨', 'attachment_urls': None