diff options
| author | Sin-MacBook <[email protected]> | 2020-08-12 10:21:18 +0200 |
|---|---|---|
| committer | Sin-MacBook <[email protected]> | 2020-08-12 10:21:18 +0200 |
| commit | 7a133a9f72eede41d95eac171289a315c1ef41f6 (patch) | |
| tree | 03b6d6aa43281d498e4dae31906abf4a86ddb100 /src/modules/reply.js | |
| parent | ok (diff) | |
| download | modmail-7a133a9f72eede41d95eac171289a315c1ef41f6.tar.xz modmail-7a133a9f72eede41d95eac171289a315c1ef41f6.zip | |
fix: fix formatting errors and neatness
Diffstat (limited to 'src/modules/reply.js')
| -rw-r--r-- | src/modules/reply.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |