mirror of
https://github.com/Anvilcraft/jensmemes
synced 2024-11-12 13:01:30 +01:00
8 lines
214 B
Python
8 lines
214 B
Python
|
token = ""
|
||
|
botAccount = True #if you use a normal useraccount, set this to false
|
||
|
prefix = "!" #This you have to enter before every command (e.g. ?help)
|
||
|
|
||
|
sqlServer = ""
|
||
|
sqlUser = ""
|
||
|
sqlPassword = ""
|
||
|
sqlDatabase = ""
|