MusicBot icon indicating copy to clipboard operation
MusicBot copied to clipboard

Allow for changing systemsettings file name

Open KamilKurde opened this issue 1 year ago • 1 comments

This pull request...

  • [ ] Fixes a bug
  • [x] Introduces a new feature
  • [ ] Improves an existing feature
  • [ ] Boosts code quality or performance

Description

This pull request adds a possibility to change serversettings filename

Purpose

Making it easier to host multiple bot instances, by eliminating the need for them to have their own working directories with serversettings.json that's not going to be modified by other instances

KamilKurde avatar Aug 18 '23 14:08 KamilKurde

This was discussed briefly in Discord and this is a feature that we want added, but it should be set from the config file instead of a system property. Using the config won't prevent you from using a system property (as HOCON can read system properties and environment variables)

jagrosh avatar Mar 03 '24 00:03 jagrosh