From 6accfc8d22f8873040f347abaf45e9008686a203 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Mon, 6 Dec 2021 16:29:41 +0800 Subject: Make a utils thing at allows for human readable mappings --- features/fragBot/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/fragBot') 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) -- cgit