summaryrefslogtreecommitdiff
path: root/util.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-05-05 22:46:34 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-05-05 22:46:34 +0200
commitf568816fcfd9df37e01b898a0f2b5cee58e0f9c3 (patch)
tree32f1ba0edd66f64a23c7b39a4fce2ed12e207f67 /util.js
parent2ad459a0910498f39c8c5abd697189b788df827a (diff)
downloaddiscordbot-f568816fcfd9df37e01b898a0f2b5cee58e0f9c3.tar.gz
discordbot-f568816fcfd9df37e01b898a0f2b5cee58e0f9c3.zip
refactor, add beta guild member update command
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")}.`;