Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/litarvan/stats-bot
- Owner: Litarvan
- Created: 2019-03-22T00:08:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:16:54.000Z (almost 2 years ago)
- Last Synced: 2023-08-18T22:12:35.558Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
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/).