mirror of
https://github.com/NoiTheCat/WorldTime.git
synced 2024-11-21 14:34:36 +00:00
Discord bot for keeping track of user time zones.
.gitignore | ||
client.py | ||
commands.py | ||
common.py | ||
dbtransfer.py | ||
DiscordBots.md | ||
LICENSE.txt | ||
README.md | ||
settings_default.py | ||
userdb.py | ||
worldtime.py |
World Time
A social time zone reference tool! Displays the current time for all your active members.
- Info: https://discord.bots.gg/bots/447266583459528715
- Invite: https://discordapp.com/oauth2/authorize?client_id=447266583459528715&scope=bot&permissions=0
For more information, see the DiscordBots.md
file.
Setup
- Install the necessary dependencies:
pytz
,psycopg2
,discord.py
- Copy
settings_default.py
tosettings.py
and configure as needed. - Run
worldtime.py
.