1
0
Fork 0
mirror of https://gitlab.jonasled.de/jonasled/discordbot synced 2024-10-03 07:48:58 +02:00

updated template config

This commit is contained in:
Jonas Leder 2020-04-22 18:57:11 +02:00
parent 27b3943f37
commit 8c6a221915

View file

@ -2,11 +2,16 @@ 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)
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
game="Discord" # the game that the Bot user will play
#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
#leveling settings
base = 10
factor = 1.1
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