From 72db4ac3d36967a560e86b36510f5df1e5858aa6 Mon Sep 17 00:00:00 2001 From: Miikka Virtanen Date: Tue, 6 Dec 2016 16:33:53 +0200 Subject: [PATCH] Make status customizable via config and change default wording from 'DM' to 'Message' --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 8cbeb44..33df63a 100644 --- a/index.js +++ b/index.js @@ -120,7 +120,7 @@ bot.on('ready', () => { process.exit(0); } - bot.editStatus(null, {name: 'DM me for help'}); + bot.editStatus(null, {name: config.status || 'Message me for help'}); }); function getModmailChannelInfo(channel) {