Skip to content

VioletFlare/rank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rank 👑

node-shield-image mariadb-shield-image

Description

A bot that provides information about users inside the server.

Installation

Launch

npm i

Create a config.js file in the root directory containing your discord bot credentials.

module.exports = {
  TOKEN_PROD: "<Your Discord Bot Token Goes Here>"
  DB_CONFIG_PROD: {
    host: <The HOST your database is on>,
    user: <The USERNAME of the user in your database>,
    password: <The password of the user in your database> ,
    database: <The name of your database, i.e. rank>
  },
}

Running

npm run start

Supported commands

Find the top message writers in the server. The counter resets periodically, after each reset assigns special roles to the users.


Find who's the least active in your server.

r/rank - show user's rank

About

A ranking bot for discord.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published