Discord bot for keeping track of user time zones.
Find a file
2019-12-26 20:17:39 -08:00
.gitignore Separated settings into own file; added reporting task 2018-08-01 17:40:41 -07:00
client.py Performance improvements 2019-12-26 15:39:25 -08:00
commands.py Added documentation for new commands 2019-12-26 20:17:39 -08:00
common.py Added documentation for new commands 2019-12-26 20:17:39 -08:00
dbtransfer.py Add database copy utility 2018-11-01 20:07:08 -07:00
DiscordBots.md Updated Discord Bots page 2019-09-07 11:35:04 -07:00
LICENSE.txt Update Readme and License information 2019-12-26 15:22:03 -08:00
README.md Update Readme and License information 2019-12-26 15:22:03 -08:00
settings_default.py Switch database type to PostgreSQL 2018-11-01 19:05:21 -07:00
userdb.py Increase limits on listing 2019-09-07 13:03:37 -07:00
worldtime.py Update version handling; client settings 2019-12-26 19:51:11 -08:00

World Time

A social time zone reference tool! Displays the current time for all your active members.

For more information, see the DiscordBots.md file.

Setup

  1. Install the necessary dependencies: pytz, psycopg2, discord.py
  2. Copy settings_default.py to settings.py and configure as needed.
  3. Run worldtime.py.