add missing space

This commit is contained in:
Erik 2021-06-22 00:36:58 +03:00
parent 2fffa9e395
commit b71f64d15d
No known key found for this signature in database
GPG Key ID: 7E862371D3409F16

View File

@ -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 });