From c34486a004b53f311270bc674bb426197054da5f Mon Sep 17 00:00:00 2001 From: Twentysix Date: Tue, 28 Jun 2016 13:49:43 +0200 Subject: [PATCH] Changed command to update discord.py --- red.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/red.py b/red.py index dc0303b12..38f598e89 100644 --- a/red.py +++ b/red.py @@ -369,8 +369,8 @@ def main(): owner_cog.owner.hidden = True # Hides the set owner command from help print("-- Logging in.. --") print("Make sure to keep your bot updated by using: git pull") - print("and: pip3 install --upgrade git+https://github.com/Rapptz/" - "discord.py@async") + print("and: pip3 install -U git+https://github.com/Rapptz/" + "discord.py@master#egg=discord.py[voice]") if settings.login_type == "token": owner_cog._token.hidden = True try: