diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-23 23:01:10 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2021-11-23 23:01:10 +0800 |
commit | d36dbde865aec68f7fd564977cdf8e9c5912edbe (patch) | |
tree | 41bb451cd1f8407a094a834a1cb1db301ff92bf7 /features/fragBot | |
parent | ce112c714b740c0e9e958f2016091bd3f01d7ba6 (diff) | |
download | SoopyV2-d36dbde865aec68f7fd564977cdf8e9c5912edbe.tar.gz SoopyV2-d36dbde865aec68f7fd564977cdf8e9c5912edbe.tar.bz2 SoopyV2-d36dbde865aec68f7fd564977cdf8e9c5912edbe.zip |
- Finish streamgui
- some more information in settings menus
- random fixes
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) |