Plays animated ASCII art in a Discord channel by editing a single message.
- Create two repository secrets
| Name | Example | Notes |
|---|---|---|
DISCORD_TOKEN |
MTAz… |
Bot token from the Dev Portal |
CHANNEL_ID |
123456789012345678 |
Channel to post animation |
(Optional) FRAME_DELAY |
0.25 |
Seconds per frame |
git pushor click Run workflow â–¸ run-bot to start.
export DISCORD_TOKEN="…" CHANNEL_ID="…"
python -m pip install -r requirements.txt
python bot.py