countdown-bot

A Discord bot that runs countdown games and generates analytics
git clone https://git.ashermorgan.net/countdown-bot/
Log | Files | Refs | README

commit de22cd32a35a437ee6933269a76f28327a581973
parent d4707de848c55697a7d97e50ac85bfd16f1af7ec
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Wed,  1 May 2024 21:23:18 -0700

Add screenshots

Diffstat:
MREADME.md | 13+++++++++++++
Ascreenshots/contributors.png | 0
Ascreenshots/countdown.png | 0
Ascreenshots/eta.png | 0
Ascreenshots/heatmap.png | 0
Ascreenshots/help.png | 0
Ascreenshots/progress.png | 0
7 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -36,3 +36,16 @@ https://discordapp.com/oauth2/authorize?client_id=BOT_ID_HERE&scope=bot&permissi ``` Send `!help` to the bot get a list of commands and a description of the bot's behavior + +## Screenshots +![Help information](screenshots/help.png) + +![Countdown channel moderation](screenshots/countdown.png) + +![Progress analytics](screenshots/progress.png) + +![Contributors analytics](screenshots/contributors.png) + +![Heatmap analytics](screenshots/heatmap.png) + +![ETA analytics](screenshots/eta.png) diff --git a/screenshots/contributors.png b/screenshots/contributors.png Binary files differ. diff --git a/screenshots/countdown.png b/screenshots/countdown.png Binary files differ. diff --git a/screenshots/eta.png b/screenshots/eta.png Binary files differ. diff --git a/screenshots/heatmap.png b/screenshots/heatmap.png Binary files differ. diff --git a/screenshots/help.png b/screenshots/help.png Binary files differ. diff --git a/screenshots/progress.png b/screenshots/progress.png Binary files differ.