diff --git a/init.sh b/init.sh index a7dbd9b..6ee2f0a 100755 --- a/init.sh +++ b/init.sh @@ -1,3 +1,3 @@ #pip install -U "https://github.com/Rapptz/discord.py/archive/rewrite.zip#egg=discord.py[voice]" python3 -m pip install -U discord.py[voice] -pip install -r requirements.txt +python3 -m pip install -r requirements.txt