Split up TEXT constant into 2 lines

This commit is contained in:
StNicolay 2023-08-12 13:08:02 +03:00
parent 4fbb0d101e
commit d52a34d10a
Signed by: StNicolay
GPG Key ID: 9693D04DCD962B0D

View File

@ -55,8 +55,8 @@ pub async fn delete(
}; };
let response = async { let response = async {
const TEXT: &str = const TEXT: &str = "Send master password. \
"Send master password. Once you send the master password the account is unrecoverable"; Once you send the master password the account is unrecoverable";
if is_command { if is_command {
ids.alter_message(&bot, TEXT, None, None).await? ids.alter_message(&bot, TEXT, None, None).await?