Discord bot for keeping track of user time zones.
Find a file
2021-10-06 20:17:20 -07:00
.gitignore Separated settings into own file; added reporting task 2018-08-01 17:40:41 -07:00
client.py Fix help status not visible on all shards 2021-04-22 13:01:23 -07:00
commands.py Automatically rename 'Calcutta' to 'Kolkata' 2021-10-06 20:17:20 -07:00
common.py Automatically rename 'Calcutta' to 'Kolkata' 2021-10-06 20:17:20 -07: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 Change parameterless tz.list 2020-03-01 14:47:51 -08:00
worldtime.py Fix dependency info and bot page link 2021-10-06 20:16:07 -07: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.