All Projects → Tomato6966 → discord-leveling-system-ranking-system

Tomato6966 / discord-leveling-system-ranking-system

Licence: GPL-3.0 license
A simple rankcard system with the ranking system included using an enmap database, and canvacord

Programming Languages

javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to discord-leveling-system-ranking-system

discord-super-utils
A modern python module including many useful features that make discord bot programming extremely easy.
Stars: ✭ 106 (+116.33%)
Mutual labels:  rank, discord-js, leveling
multipurpose-bot
a multipurpose discord bot made with dbd.js
Stars: ✭ 32 (-34.69%)
Mutual labels:  discord-js, leveling
github-user-rank-extension
Your Github fame is getting closer with every open-source project you've built and promoted, with every new follower starring, using and forking your solution. This extension supplements every Github developer profile with language bars that show how far they've advanced on their road to the glory among %that_programming_language% community memb…
Stars: ✭ 38 (-22.45%)
Mutual labels:  rank, ranking
MenheraBot
A brazilian multi-language Discord Bot foccused in Fun and RPG!
Stars: ✭ 123 (+151.02%)
Mutual labels:  fun, discord-js
discord-dashboard
Example of Discord Oauth2 - Complete with Discord Bot
Stars: ✭ 35 (-28.57%)
Mutual labels:  discord-js, enmap
esmBot-legacy
Discord bot with mostly entertainment functions (legacy version)
Stars: ✭ 16 (-67.35%)
Mutual labels:  fun, discord-js
TragicSimpBot
TragicSimp is a discord bot that can send memes, facts, jokes, quotes, and track user stats. This bot has leveling system which rank user based on their commands in a channel created by Bot
Stars: ✭ 22 (-55.1%)
Mutual labels:  fun, leveling
discord-tutorial-bot
Simple leveling bot for discord.
Stars: ✭ 54 (+10.2%)
Mutual labels:  rank, canvacord
discordleveling
Discord.js Leveling system using Quick.db (DJS V11)
Stars: ✭ 45 (-8.16%)
Mutual labels:  discord-js, leveling
zuly
🤖 | Hi, I'm zuly, a brazilian bot! Focused on animes!
Stars: ✭ 45 (-8.16%)
Mutual labels:  fun, discord-js
mango
A @discord bot that has lots of features 🥭
Stars: ✭ 22 (-55.1%)
Mutual labels:  fun, discord-js
Nereus
A multipurpose discord bot with a focus on music written using Discord.js
Stars: ✭ 46 (-6.12%)
Mutual labels:  discord-js
next-level-week-clone
🧬a clone of the Next Level Week website made with reactjs using typescript
Stars: ✭ 13 (-73.47%)
Mutual labels:  level
Kato-Bot
discord bot
Stars: ✭ 51 (+4.08%)
Mutual labels:  discord-js
discord-supervisor-bot
An advanced Discord supervisor bot.
Stars: ✭ 53 (+8.16%)
Mutual labels:  discord-js
BARS
Towards open benchmarking for recommender systems https://openbenchmark.github.io/BARS
Stars: ✭ 157 (+220.41%)
Mutual labels:  ranking
SataniaBot
The most devilish bot for Discord!
Stars: ✭ 20 (-59.18%)
Mutual labels:  discord-js
ALi
ALi a powerful Discord bot that includes Utility, Fun, Music, Moderation, and much more! (Beta)
Stars: ✭ 97 (+97.96%)
Mutual labels:  discord-js
discord-activity-monitor
Discord bot to add/remove roles based on user activity
Stars: ✭ 63 (+28.57%)
Mutual labels:  discord-js
Play-Notes
A simple Powershell function that lets you write/play songs in musical notation using the Beep() function in windows.
Stars: ✭ 17 (-65.31%)
Mutual labels:  fun

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.

DISCORD SUPPORT SERVER INVITE

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



Discord Server 😎 | Website


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

Credits

If consider using this Bot, make sure to credit me!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].