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

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

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
```