These constants probably should be moved to .env configuration. Low impact and non-critical issue.
|
const rolesWhitelistedForDataExport = ["743950610080071801"] |
|
const rolesWhitelistedForConsensualDataExport = ["839072621060423771", "755327895106486324"] |
|
const discordCallback = `${address}/v1/discord/connections/authorized` |
|
const mainServer = "697710787636101202" |
These constants probably should be moved to .env configuration. Low impact and non-critical issue.
testausapis/src/discordRoute.js
Lines 10 to 13 in 783ed44