mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Changed command to update discord.py
This commit is contained in:
parent
d66bbad957
commit
c34486a004
4
red.py
4
red.py
@ -369,8 +369,8 @@ def main():
|
|||||||
owner_cog.owner.hidden = True # Hides the set owner command from help
|
owner_cog.owner.hidden = True # Hides the set owner command from help
|
||||||
print("-- Logging in.. --")
|
print("-- Logging in.. --")
|
||||||
print("Make sure to keep your bot updated by using: git pull")
|
print("Make sure to keep your bot updated by using: git pull")
|
||||||
print("and: pip3 install --upgrade git+https://github.com/Rapptz/"
|
print("and: pip3 install -U git+https://github.com/Rapptz/"
|
||||||
"discord.py@async")
|
"discord.py@master#egg=discord.py[voice]")
|
||||||
if settings.login_type == "token":
|
if settings.login_type == "token":
|
||||||
owner_cog._token.hidden = True
|
owner_cog._token.hidden = True
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user