India V s australia
@shereyaprasad
Guys sorry but someone do a bloddy joke with me acctully I was forget that I put my token freely so I am sharminda so can u correct me again this tim
Python
I will server link too very soon but not now sorry
Kai_Justice You're using os.getenv() incorrectly, usually the format goes like so.
.env
TOKEN=(Your token)
main.py
os.getenv('TOKEN')
Line 4 needs to be discord.Client() as objects are usually capitalized.
Lines 17-18 needs to have one less indentation level. The indentation level it's on right now will stop it before it runs.2 years ago
shafiahaz2478 I think it's your .env file problem change the last line os.getenv to os.getenv('TOKEN')
2 years ago