Display what time is it for your friend in their timezone.
This bot use only slash command.
Once you setup a channel for the world clock, WorldTimeZone Bot will send a message there, and update it every 5 minutes with current time.
- Grab a binary for your platform in the latest release
- Run it with
-e BOT_TOKEN=your.bot.token
- Build the Dockerfile
- Pull the image
ghcr.io/x-r-g-b/worldtimezone:main
- Run it with
-e BOT_TOKEN=your.bot.token
env variable set to your discord bot - Run it with
-v path/to/data/folder:/app/.data
wherepath/to/data/folder
a folder on your machine (for persistence data)