From 566b0e59367c051681d119643334a9ab91555161 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Mon, 28 Oct 2019 19:56:00 -0400 Subject: [PATCH] fix typo in deleteaccount --- src/commands/deleteaccount.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/deleteaccount.ts b/src/commands/deleteaccount.ts index e778e1f..6a4e102 100644 --- a/src/commands/deleteaccount.ts +++ b/src/commands/deleteaccount.ts @@ -63,7 +63,7 @@ export default class DeleteAccount extends Command { subject: 'Your account has been deleted', html: `

Library of Code | Cloud Services

-

Your Cloud Account has been deleted by our Engineers. There is no way to recover your files and this desicion cannot be appealed. We're sorry to see you go.

+

Your Cloud Account has been deleted by our Engineers. There is no way to recover your files and this decision cannot be appealed. We're sorry to see you go.

Reason: ${reason}

Engineer: ${message.author.username}