Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dank074/mee6-role-bot

Sets user's role based on the message that MEE6 sends when a user levels up
https://github.com/dank074/mee6-role-bot

bot discord discord-bot mee6 role-bot

Last synced: 15 days ago
JSON representation

Sets user's role based on the message that MEE6 sends when a user levels up

Awesome Lists containing this project

README

        

# MEE6 level based role bot
Assigns a role to a user based on their MEE6 level. Relies on the message that MEE6 sends when a user levels up

## Usage
First install dependencies:
```
npm install
```
Edit your config.json with your bot token and message configuration.

Then generate js:
```
npm run build
```
And finally run the program:
```
npm run start
```