Chronos uses a single permission to safely append users' timezones to their nicknames via a slash command. It uses
the Serenity Rust library to communicate with Discord. Once part of a server,
any user can use /tz
. Chronos
uses ephemeral messages so
channels won't get clogged with bot messages.
Append your timezone to your nickname
Remove your timezone from your nickname
Append a custom UTC offset to your nickname
Use the Docker image with the required environment variables.
version: '3'
services:
bot:
image: ghcr.io/venashial/chronos:main
environment:
- DISCORD_TOKEN=0000000000
- APPLICATION_ID=000000000