So I’m incredibly new to coding, followed a guide to create a bot step by step, but whenever I run it it says
“Using .env file for API keys
Authentication OK”
And that’s all. Nothing else. From what I can tell .env files shouldn’t be a thing, and my API keys and other secrets are in the dedicated Secrets tool menu. What am I doing wrong, and can I fix this?
might I suggest starting with https://replit.com/learn/100-days-of-python? It’ll probably be more useful and less frustrating to start with more simple projects as that tutorial does.
in your code (in future, please link this in your initial post), remove this line. The code isn’t using a .env file at all. (.env files on replit used to have an identical function to Secrets)