Random-Stuff
Random-Stuff copied to clipboard
Line 7
When I try to run the file, this comes up:
Traceback (most recent call last):
File "/home/daniel/discordclock.py", line 7, in
Any suggestions? If not could you make your bot public because it's a really good idea and I really want to use it on my servers!
Your token should be a string. It is being interpreted as a variable. Wrap your token in double-quotes. Example:
distoken = "abcdefg12345"
Also, consider replacing that token- you shouldn't be sharing any part of a secret token. It's long for a reason.