Split up TEXT constant into 2 lines
This commit is contained in:
		@@ -55,8 +55,8 @@ pub async fn delete(
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
    let response = async {
 | 
			
		||||
        const TEXT: &str =
 | 
			
		||||
            "Send master password. Once you send the master password the account is unrecoverable";
 | 
			
		||||
        const TEXT: &str = "Send master password. \
 | 
			
		||||
            Once you send the master password the account is unrecoverable";
 | 
			
		||||
 | 
			
		||||
        if is_command {
 | 
			
		||||
            ids.alter_message(&bot, TEXT, None, None).await?
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user