diff options
Diffstat (limited to 'features/fragBot')
-rw-r--r-- | features/fragBot/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/fragBot/index.js b/features/fragBot/index.js index e3a571f..48bfd87 100644 --- a/features/fragBot/index.js +++ b/features/fragBot/index.js @@ -17,6 +17,7 @@ class FragBot extends Feature { this.commandQueue = [] new SettingBase("To host a fragbot use /fragbot", "", undefined, "host_fragbot_info", this) + new SettingBase("NOTE: All this does atm is accept party invites", "More features for this coming soon", true, "stat_next_to_name_description", this) this.uploadToWebsite = new ToggleSetting("Advertise fragbot status", "Will show up as a fragbot in other peoples fragbot lists", true, "advertise_fragbot", this) |