I need to make it so it adds the secret variable in the code, instead of putting the actual token inside the code (because it’s open-source). So how do I get the secret environment variable and put it in?
On the bottom left of the editor under tools click secrets
. Then from there put the environment variables in.
um? am I doing this wrong
I belive that it needs ()
instead of []
client.run(os.environ["Hidden-Token"])
3 Likes