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) {