Make status customizable via config and change default wording from 'DM' to 'Message'
parent
041c3fe855
commit
72db4ac3d3
2
index.js
2
index.js
|
@ -120,7 +120,7 @@ bot.on('ready', () => {
|
||||||
process.exit(0);
|
process.exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
bot.editStatus(null, {name: 'DM me for help'});
|
bot.editStatus(null, {name: config.status || 'Message me for help'});
|
||||||
});
|
});
|
||||||
|
|
||||||
function getModmailChannelInfo(channel) {
|
function getModmailChannelInfo(channel) {
|
||||||
|
|
Loading…
Reference in New Issue