Any workaround to using secrets in a json file?
The bot I'm using requires the token to be in a json file, but I want to use a secret for it. Is there any workaround?
Voters
The bot I'm using requires the token to be in a json file, but I want to use a secret for it. Is there any workaround?
Go to this line right here

And replace the login parameter with
process.env.token
.