From f568816fcfd9df37e01b898a0f2b5cee58e0f9c3 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 5 May 2017 22:46:34 +0200 Subject: refactor, add beta guild member update command --- util.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'util.js') 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")}.`; -- cgit v1.3.1