-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The bot currently relies on one global config.json file, which stores the global properties for the bot like Owner, Admin, etc. These properties currently apply to all Servers that run the same instance of the bot, which causes problems with the Owner property (only one Owner can exist) or the database is shared between those servers.
Need to restructure config.json into per server configs and create subfolders in database folder for each server so that the settings are independent on each server and the database is no longer shared
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request