🔧 use .env instead of json config files

This commit is contained in:
ChatonDeAru
2024-03-24 00:01:09 +01:00
committed by ChatonDeAru (Romain)
parent f88dbc36d2
commit 24db804c7f
16 changed files with 121 additions and 166 deletions

View File

@@ -60,5 +60,6 @@ module.exports = {
__LOCAL__: false,
__REGISTER_DISCORD_COMMANDS__: false,
__TEST__: false,
API_URL: false,
},
}