awaitdmChannel.createMessage(`We received a password reset request from you, your new password is \`${tempPass}\`.\n`
+`You will be asked to change your password when you log back in, \`(current) UNIX password\` is \`${tempPass}\`, then create a password that is at least 12 characters long, with at least one number, special character, and an uppercase letter.\n`
+'Bear in mind that when you enter your password, it will be blank, so be careful not to type in your password incorrectly.');
}catch(error){
if(error.code===50007)completeMessage+='\n*Unable to DM user*';