You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since said file (settings.json) could be adjusted by someone running the bot, it doesn't really make sense to have it on version control. We should, however, keep an example of it (always updated, if possible), aka settings.json.example.
Similar thing happened to tokens.json, although this one was created to move tokens out of settings.json. When we deal with this, maybe we could just move the tokens back into the main settings?
Since said file (
settings.json) could be adjusted by someone running the bot, it doesn't really make sense to have it on version control. We should, however, keep an example of it (always updated, if possible), akasettings.json.example.Similar thing happened to
tokens.json, although this one was created to move tokens out ofsettings.json. When we deal with this, maybe we could just move the tokens back into the main settings?