A Discord Leveling-Bot made using discord.js and quick.db! I'm constantly working on this and there are still a lot of things i'll bring to this ,so make sure you Star this project. You can click on the Watch option as well and you'll be notified whenever there is an update!
🔴 Set Level Messages Channel
🔴 Toggle Leveling On/Off
✅ Custom prefix
To Try it yourself, you need to have Node.js, Git (i guess thats all)
- Use
git clone https://github.com/IGRohan/Leveling-Bot.git
- Now use
cd Leveling-Bot
to move inside the folder you just cloned - Use
npm install
to install all dependencies. - Rename the
.env.example
to.env
and change the token value inside it, replace it with your bot's token. - Now use
node index.js
to run the bot