From f2c0c2f52ec3af5910d584a2516d728df796a4a7 Mon Sep 17 00:00:00 2001 From: Noi Date: Wed, 6 Oct 2021 20:16:07 -0700 Subject: [PATCH] Fix dependency info and bot page link --- worldtime.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/worldtime.py b/worldtime.py index 070360c..563b582 100644 --- a/worldtime.py +++ b/worldtime.py @@ -2,11 +2,10 @@ # World Time, a Discord bot. Displays user time zones. # - https://github.com/NoiTheCat/WorldTime -# - https://bots.discord.pw/bots/447266583459528715 +# - https://discord.bots.gg/bots/447266583459528715 # Dependencies (install via pip or other means): -# pytz, psycopg2, discord.py -# How to install the latter: pip install -U git+https://github.com/Rapptz/discord.py +# pytz, psycopg2-binary, discord.py from discord import Intents from client import WorldTime