https://github.com/litarvan/stats-bot
Discord statistics bot
https://github.com/litarvan/stats-bot
Last synced: about 1 year ago
JSON representation
Discord statistics bot
- Host: GitHub
- URL: https://github.com/litarvan/stats-bot
- Owner: Litarvan
- Created: 2019-03-22T00:08:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T18:16:54.000Z (over 3 years ago)
- Last Synced: 2025-04-06T16:53:41.303Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 7
- Watchers: 2
- 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/).