aboutsummaryrefslogtreecommitdiff
path: root/src/modules/alert.js
diff options
context:
space:
mode:
authorSin-MacBook <[email protected]>2020-08-12 10:21:18 +0200
committerSin-MacBook <[email protected]>2020-08-12 10:21:18 +0200
commit7a133a9f72eede41d95eac171289a315c1ef41f6 (patch)
tree03b6d6aa43281d498e4dae31906abf4a86ddb100 /src/modules/alert.js
parentok (diff)
downloadmodmail-7a133a9f72eede41d95eac171289a315c1ef41f6.tar.xz
modmail-7a133a9f72eede41d95eac171289a315c1ef41f6.zip
fix: fix formatting errors and neatness
Diffstat (limited to 'src/modules/alert.js')
-rw-r--r--src/modules/alert.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/alert.js b/src/modules/alert.js
index a844230..7ac923a 100644
--- a/src/modules/alert.js
+++ b/src/modules/alert.js
@@ -5,7 +5,7 @@ module.exports = ({ bot, knex, config, commands }) => {
await thread.postSystemMessage(`Cancelled new message alert`);
} else {
await thread.setAlert(msg.author.id);
- await thread.postSystemMessage(`Pinging ${msg.author.username}#${msg.author.discriminator} when this thread gets a new reply`);
+ await thread.postSystemMessage(`Pinging ${msg.author.username}#${msg.author.discriminator} when this thread gets a new reply.`);
}
});
};