Discord bot for keeping track of user time zones.
Find a file
Noi aec8cdffa3 Update Readme and License information
And setting the copyright year to 2020 a little bit ahead of time.
2019-12-26 15:22:03 -08:00
.gitignore Separated settings into own file; added reporting task 2018-08-01 17:40:41 -07:00
client.py Update Discord Bots API endpoint 2018-12-07 21:17:44 -08:00
commands.py Add string-based user searching 2019-09-07 20:09:58 -07:00
common.py Display small list of users in list 2018-08-28 11:17:22 -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 Increase limits on listing 2019-09-07 13:03:37 -07:00
worldtime.py Update note on discord.py 2019-09-07 13:03:30 -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.