diff options
Diffstat (limited to 'features/fragBot')
| -rw-r--r-- | features/fragBot/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/fragBot/index.js b/features/fragBot/index.js index 48bfd87..c2d2d19 100644 --- a/features/fragBot/index.js +++ b/features/fragBot/index.js @@ -19,7 +19,7 @@ class FragBot extends Feature { 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) + // this.uploadToWebsite = new ToggleSetting("Advertise fragbot status", "Will show up as a fragbot in other peoples fragbot lists", true, "advertise_fragbot", this) this.registerCommand("fragbot", this.fragbotCommand) |
