From ff20f08d8ad2319cee020cf081c07b393560f563 Mon Sep 17 00:00:00 2001 From: Bsian Date: Wed, 25 Dec 2019 02:18:01 +0000 Subject: [PATCH] Fix typo --- src/commands/resetpassword.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/resetpassword.ts b/src/commands/resetpassword.ts index 2ec50a1..5310f00 100644 --- a/src/commands/resetpassword.ts +++ b/src/commands/resetpassword.ts @@ -25,7 +25,7 @@ export default class ResetPassword extends Command { const tempPass = this.client.util.randomPassword(); await this.client.util.exec(`echo '${account.username}:${tempPass}' | chpasswd`); - let completeMessage = `${this.client.stores.emojis.success} ***Password for ${account.userID} reset to \`${tempPass}\`***`; + let completeMessage = `${this.client.stores.emojis.success} ***Password for ${account.username} reset to \`${tempPass}\`***`; const dmChannel = await this.client.getDMChannel(account.userID); try { await dmChannel.createMessage(`We received a password reset request from you, your new password is \`${tempPass}\`.\n`