https://github.com/errornointernet/statisticsbot
A simple Discord bot that shows you all kinds of statistics
https://github.com/errornointernet/statisticsbot
Last synced: 24 days ago
JSON representation
A simple Discord bot that shows you all kinds of statistics
- Host: GitHub
- URL: https://github.com/errornointernet/statisticsbot
- Owner: ErrorNoInternet
- License: mit
- Created: 2021-11-07T09:06:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T13:19:19.000Z (almost 4 years ago)
- Last Synced: 2025-05-21T18:34:00.176Z (about 1 year ago)
- Language: Java
- Size: 10.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StatisticsBot
This is a bot that shows you all kinds of statistics, from the messages in your server to the amount of people in space!
## Setup
- Environment variables:
- `TOKEN` - Discord bot token
```sh
git clone https://github.com/ErrorNoInternet/StatisticsBot
cd StatisticsBot
javac -cp 'modules/*' *.java
java -cp 'modules/*:' Main
```