Files
nadekobot/src/NadekoBot/data/xp.yml
2021-09-06 21:29:22 +02:00

13 lines
397 B
YAML

# DO NOT CHANGE
version: 2
# How much XP will the users receive per message
xpPerMessage: 3
# How often can the users receive XP in minutes
messageXpCooldown: 5
# Amount of xp users gain from posting an image
xpFromImage: 0
# Average amount of xp earned per minute in VC
voiceXpPerMinute: 0
# The maximum amount of minutes the bot will keep track of a user in a voice channel
voiceMaxMinutes: 720