From b71f64d15d995312480a935f27e464392bacc808 Mon Sep 17 00:00:00 2001 From: Navy Date: Tue, 22 Jun 2021 00:36:58 +0300 Subject: [PATCH] add missing space --- structure/Modmail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structure/Modmail.js b/structure/Modmail.js index 0b97a81..70a5cd6 100644 --- a/structure/Modmail.js +++ b/structure/Modmail.js @@ -226,7 +226,7 @@ class Modmail { msg: `User seems to have left.\nReport this if the user is still present.` }; - this.log({ author, action: `${author.tag}replied to ${targetMember.user.tag}`, content, target: targetMember.user }); + this.log({ author, action: `${author.tag} replied to ${targetMember.user.tag}`, content, target: targetMember.user }); await message.delete().catch(this.client.logger.warn.bind(this.client.logger)); return this.send({ target: targetMember, staff: member, content, anon });