Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/litarvan/stats-bot

Discord statistics bot
https://github.com/litarvan/stats-bot

Last synced: 2 days ago
JSON representation

Discord statistics bot

Awesome Lists containing this project

README

        

# stats-bot

## Linking

Add the bot to the target server : https://discordapp.com/api/oauth2/authorize?client_id=558685772618661915&scope=bot

Administrator then must send `stats link` in any server channel

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).