From d36dbde865aec68f7fd564977cdf8e9c5912edbe Mon Sep 17 00:00:00 2001
From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com>
Date: Tue, 23 Nov 2021 23:01:10 +0800
Subject: - Finish streamgui - some more information in settings menus - random
 fixes

---
 features/fragBot/index.js | 1 +
 1 file changed, 1 insertion(+)

(limited to 'features/fragBot')

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)
 
-- 
cgit