Rank 👑
A bot that provides information about users inside the server.
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>
},
}
npm run start
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