Discord bot for keeping track of user time zones.
Find a file
2018-09-01 13:26:47 -07:00
.gitignore Separated settings into own file; added reporting task 2018-08-01 17:40:41 -07:00
client.py Restructured commands, moved to separate module 2018-08-24 13:27:56 -07:00
commands.py Adding some system info to help command 2018-09-01 13:26:47 -07:00
common.py Display small list of users in list 2018-08-28 11:17:22 -07:00
LICENSE.txt Initial commit 2018-05-20 00:20:15 -07:00
README.md Renamed default settings file 2018-08-28 11:21:42 -07:00
settings_default.py Renamed default settings file 2018-08-28 11:21:42 -07:00
userdb.py Adding some system info to help command 2018-09-01 13:26:47 -07:00
worldtime.py Restructured commands, moved to separate module 2018-08-24 13:27:56 -07:00

WorldTime

Info and invite link: https://bots.discord.pw/bots/447266583459528715

A common problem since the beginning of the Internet: You find yourself in an online community with users scattered all over different time zones. You seek people to talk to, but they're idle. You are reminded of the concept of time zones and begin to wonder: what if this is not a good time for them?

This bot aims to answer the age-old question, "What time is it for everyone?" Users specify their time zones. Others users can then ask the bot what time it is for a person in particular, or get an overview of the most common time zones amongst recently active members.

Setup

  1. Install the necessary dependencies: pytz, sqlite3, and discord.py (rewrite branch).
  2. Copy settings_default.py to settings.py and set your bot token.
  3. Run worldtime.py using Python 3.