summaryrefslogtreecommitdiff
path: root/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'util.js')
-rw-r--r--util.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/util.js b/util.js
index a1deaf7..0e09b7a 100644
--- a/util.js
+++ b/util.js
@@ -114,6 +114,5 @@ module.exports.respond = async (msg, data, response) => {
};
// tell the user that they need to store their name
-module.exports.formatSorryUnknown = (msg) => {
- return `You're unknown to our service. Try ${util.usg(msg, "help vme")}.`;
-};
+module.exports.formatSorryUnknown = (msg) =>
+ `You're unknown to our service. Try ${module.exports.usg(msg, "help vme")}.`;