Vansh186 / discord-leveling-system-ranking-system

A simple rankcard system with the ranking system included using an enmap database, and canvacord

Home Page:https://bit.ly/Milrato

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord-Leveling-system-Ranking-system

PRs Welcome Maintenance Ask Me Anything ! Support Server

A easy to setup and easy to use ranking system, and clean interfase using canvacord, using enmap for the database.

Installation | How to use the Bot

1. Install node.js v12 or higher 1.1 Install python 3.9 or higher

2. Download this repo and unzip it | or git clone it

3. Install all of the packages with npm install | the packages are npm install node.js discord.js enmap canvacord

4. start the bot with node index.js

NOTE you can also use setup.bat and afterwards run.bat to install packages and run the bot

Usage - index.js

const Discord = require("discord.js");         //load the Discord.js Library
const client = new Discord.Client();           //make a new Client
const config = require("./config.json");       //load the config.json file
const Enmap = require("enmap")                 //load the enmap library
const canvacord = require("canvacord")         //load the canvacord library
client.points = new Enmap({ name: "points" }); //For ranking system
client.on("ready", ()=>console.log("READY"));  //log when the bot gets ready
const leveling = require("./ranking");         //load the leveling file
leveling(client);                              //call the leveling file with the client
client.login(config.TOKEN);                    //start the bot with the bot token
//Coded by Tomato#6966

How it looks like!

NOTE:

If you are having errors/problems with starting delete the package.json file and do, before you install the packages npm init

SUPPORT ME AND MILRATO DEVELOPMENT

You can always Support me by inviting one of my own Discord Bots

2021's best Music Bot | Lava Music Musicium Music Bot Milrato Multi Bot

Sponsors

BEST HOSTING | Bittmax.de

BITTMAX Quality is their solution. Bittmax is our first and probably most important sponsor!

What they are offering:

Quality LXC & KVM (Root) Server Minecraft Hosting, as well as BungeeCord Network Hosting support Cheap and fast Domains WEBHOSTING DISCORD, TEAMSPEAK, Setups / Music Bots GAME SERVER, Rust, Gary's Mod, ..

Discord Server: https://discord.gg/GgjJZCyYKD

Website: https://bittmax.de/

GET 5% OFF EVERYTHING FOR EVER! Code: x10

MC-Host24.de

MC-Host24.de is selling the Best Digital Hosting Services ever! Like For games..

What they are offering:

Quality LXC & KVM (Root) Server WORLDS BEST Minecraft Hosting, Cheap and fast Domains WEBHOSTING DISCORD, TEAMSPEAK, Setups / Music Bots GAME SERVER, Rust, Gary's Mod, ..

Discord Server: https://discord.com/invite/4dGuGXK4A4

Website: mc-host24.de

About

A simple rankcard system with the ranking system included using an enmap database, and canvacord

https://bit.ly/Milrato

License:GNU General Public License v3.0


Languages

Language:JavaScript 99.8%Language:Batchfile 0.2%