From 7a133a9f72eede41d95eac171289a315c1ef41f6 Mon Sep 17 00:00:00 2001 From: Sin-MacBook Date: Wed, 12 Aug 2020 10:21:18 +0200 Subject: fix: fix formatting errors and neatness --- src/modules/reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/reply.js') diff --git a/src/modules/reply.js b/src/modules/reply.js index bc2afe3..313c08a 100644 --- a/src/modules/reply.js +++ b/src/modules/reply.js @@ -20,7 +20,7 @@ module.exports = ({ bot, knex, config, commands }) => { // Anonymous replies only show the role, not the username commands.addInboxThreadCommand('anonreply', '[text$]', async (msg, args, thread) => { if (! args.text && msg.attachments.length === 0) { - utils.postError(msg.channel, 'Text or attachment required'); + utils.postError(msg.channel, 'Text or attachment required.'); return; } -- cgit v1.2.3