Question: I’m trying to host a Twitch Bot via Repl but it doesn’t allow Secrets anymore?
**Repl link/Link to where the bug appears:
**
Basically I am managing a Twitch bot and we are handing it off from one dev to myself, so I’m setting up hosting on Repl. That’s what we were using before, but apparently Repl no longer allows for HTML/CSS/JS Repl’s to use Secrets? Our bot requires several different secrets and it simply wouldn’t be appropriate to have those there in the open.
Is there anyway I can hide these secrets and access them in our code?