1
0
Fork 0
mirror of https://gitlab.jonasled.de/jonasled/discordbot synced 2024-11-16 06:52:17 +01:00

Fixed token not working

This commit is contained in:
jonasled 2020-07-13 15:17:15 +00:00
parent 903db4fe44
commit 857485f254

View file

@ -1,4 +1,4 @@
TOKEN = "" #Please add here your token from the discord developper page
token = "" #Please add here your token from the discord developper page
botAccount = True #if you use a normal useraccount, set this to false
prefix = "?" #This you have to enter before every command (e.g. ?help)