Zero6992 / chatGPT-discord-bot

Integrate ChatGPT into your own discord bot
GNU General Public License v2.0
2.6k stars 699 forks source link

Replit Secret Environmental Variables #420

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hello, I was using this code on Replit when I realized someone can just fork my Repl and take my discord token and OpenAI API key. That's when I found out Replit secrets existed. Is there a code that uses the secret environmental variables, which are fully private, that doesn't use the .env file?

ghost commented 1 year ago

Nevermind, I can solve it myself.