1
0
Fork 0
mirror of https://gitlab.jonasled.de/jonasled/discordbot synced 2024-08-01 23:14:39 +02:00
discordbot/config_example.py

12 lines
511 B
Python
Raw Normal View History

2020-04-02 18:17:24 +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)
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
2020-04-02 18:17:24 +02:00
game="Discord" # the game that the Bot user will play
2020-04-02 11:40:56 +02:00
#leveling settings
base = 10
factor = 1.1