4 lines
100 B
Bash
4 lines
100 B
Bash
|
#! /bin/bash
|
||
|
python3 -m pip install -U discord.py[voice]
|
||
|
python3 -m pip install -r requirements.txt
|