diff options
Diffstat (limited to 'commands/botstatus.js')
| -rw-r--r-- | commands/botstatus.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/botstatus.js b/commands/botstatus.js index 1feeb4f..da2c85a 100644 --- a/commands/botstatus.js +++ b/commands/botstatus.js @@ -76,6 +76,8 @@ module.exports = { bot.user.setActivity(activityName, { type: m }); + } else if (args[1] == 'custom' || args[1] == 'c') { + msg.reply('custom status is disabled due to discord api policies about self-botting :('); } else if (args[1] == 'reset' || args[1] == 'r') { bot.user.setActivity(activityName, { type: 'LISTENING' |