diff --git a/init.sh b/init.sh new file mode 100644 index 0000000..964096c --- /dev/null +++ b/init.sh @@ -0,0 +1,3 @@ +#! /bin/bash +python3 -m pip install -U discord.py[voice] +python3 -m pip install -r requirements.txt