rishabhvenu / CozyCommunityBot

A leveling system discord bot made for a friend.
0 stars 1 forks source link

provid #1

Open modyamash opened 4 years ago

modyamash commented 4 years ago

bot keep saying gg you leveled up ? evry each message how to fix this ?

blaise69 commented 4 years ago

@modyamash bot keep saying gg you leveled up ? evry each message how to fix this ?

I can see this issue is very old but I can help...

So go to the Config.json file... You will see this code: "listener_messages": { "levelListener": { "LevelUp": "GG ${user} you advanced to level ${level}!" } }, Now, we are going to make changes to 1 line and 1 line only and that line is: "LevelUp": "GG ${user} you advanced to level ${level}!" That code is what is returning the upon level up so now you can change this to look like anything

Examples: only put 1 line in there these are just examples... "LevelUp": "${user} is now at level ${level}!" "LevelUp": "${user} is now 1 level better! ${level}!" "LevelUp": "Congrats ${user} you advanced to level ${level}!"

I hope this helps you!