Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dank074/mee6-role-bot
- Owner: dank074
- Created: 2023-01-18T03:11:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T05:52:35.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T03:37:42.005Z (2 months ago)
- Topics: bot, discord, discord-bot, mee6, role-bot
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```