A Discord bot that generates Discord's dynamic timestamps
622
Says what it does, you can try it out here - https://003274.xyz/discord-timestamps
Also available on Docker Hub - driftywinds/discord-timestamp-bot:latest
compose.yml and example.env files from the repo here.Installation section and enable these permissions on top of applications.commands =Send MessagesUse Slash CommandsSend LinksBot section and enable all 3 Privileged Gateway Intents.Reset Token and copy the new token generated.example.env file from the repo to .env and replace the value of DISCORD_BOT_TOKEN with the one you just copied.docker compose up -d.Installation section and copy the Install Link to install your bot as an app or into a server.You can check logs live with this command: -
docker compose logs -f
python3 -m venv .venv
source .venv/bin/activate
pip install --no-cache-dir -r requirements.txt
.env variables.python3 bot.pyContent type
Image
Digest
sha256:08d7a16a0…
Size
55.3 MB
Last updated
12 months ago
docker pull driftywinds/discord-timestamp-bot