2020-08-08 11:46:30 +02:00
|
|
|
token = "" #Please add here your token from the discord developper page
|
2020-04-02 11:40:56 +02:00
|
|
|
botAccount = True #if you use a normal useraccount, set this to false
|
|
|
|
|
|
|
|
prefix = "?" #This you have to enter before every command (e.g. ?help)
|
2020-04-22 18:57:11 +02:00
|
|
|
|
|
|
|
#status settings
|
|
|
|
activity = 0 #0 = playing, 1 = streaming, 2 = listening, 3 = watching
|
|
|
|
name="Discord" # The name of the game, stream, song, ...
|
|
|
|
#only used for streaming status:
|
|
|
|
url = "" #Twitch or YouTube url of the stream
|
2020-08-08 11:44:43 +02:00
|
|
|
#only used for playing status
|
|
|
|
gameStartTime = 1262304000 #UNIX timestamp when the user started playing the game
|
2020-04-02 18:17:24 +02:00
|
|
|
|
2020-06-28 16:27:19 +02:00
|
|
|
allowOnServer = [] #use this, if you want to allow this Bot only on specific Servers
|
2020-06-28 17:35:29 +02:00
|
|
|
reactOnValidCommand = True #disable this, if the bot should not react with ✅ on every valid command
|
2020-08-16 16:38:50 +02:00
|
|
|
cooldownTime = 10 #time to wait until the user can execute the same command again
|
2020-06-28 16:27:19 +02:00
|
|
|
|
2020-04-02 11:40:56 +02:00
|
|
|
#leveling settings
|
|
|
|
base = 10
|
2020-04-22 18:57:11 +02:00
|
|
|
factor = 1.1
|
|
|
|
messageXP = 2 #The XP you get for every message
|
|
|
|
reactionXP = 1 #The XP you get for every reaction
|
|
|
|
minutesPerVcXP = 3 #The number of minutes you have to be online on the voicechat to get 1XP
|