From 7480cf7cfa1e31e51a8b95e9b9844a292a89dbc9 Mon Sep 17 00:00:00 2001 From: Noikoio Date: Sat, 7 Sep 2019 13:03:30 -0700 Subject: [PATCH] Update note on discord.py --- worldtime.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worldtime.py b/worldtime.py index aa436a1..be43c75 100644 --- a/worldtime.py +++ b/worldtime.py @@ -5,8 +5,8 @@ # - https://bots.discord.pw/bots/447266583459528715 # Dependencies (install via pip or other means): -# pytz, psycopg2, discord.py@rewrite -# How to install the latter: pip install -U git+https://github.com/Rapptz/discord.py@rewrite +# pytz, psycopg2, discord.py +# How to install the latter: pip install -U git+https://github.com/Rapptz/discord.py from discord import Game from client import WorldTime