Fix nonstandard apostrophe
This commit is contained in:
parent
f231b89b0a
commit
4b1b8a53c7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue