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:
parent
903db4fe44
commit
857485f254
1 changed files with 19 additions and 19 deletions
|
@ -1,20 +1,20 @@
|
|||
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)
|
||||
|
||||
#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
|
||||
|
||||
allowOnServer = [] #use this, if you want to allow this Bot only on specific Servers
|
||||
reactOnValidCommand = True #disable this, if the bot should not react with ✅ on every valid command
|
||||
|
||||
#leveling settings
|
||||
base = 10
|
||||
factor = 1.1
|
||||
messageXP = 2 #The XP you get for every message
|
||||
reactionXP = 1 #The XP you get for every reaction
|
||||
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)
|
||||
|
||||
#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
|
||||
|
||||
allowOnServer = [] #use this, if you want to allow this Bot only on specific Servers
|
||||
reactOnValidCommand = True #disable this, if the bot should not react with ✅ on every valid command
|
||||
|
||||
#leveling settings
|
||||
base = 10
|
||||
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
|
Loading…
Reference in a new issue