- Install all Python dependencies (
pip install -r requirements.txt
) and ffmpeg. - If you are a Linux user, you should install the Times New Roman font.
- Install Google Cloud CLI, set up
GOOGLE_API_KEY
, and follow these instructions for using the/ai
command. - Get your bot token from the Discord Developer Portal.
- Set the
DEBIL_TOKEN
environment variable, OR put it insettings.token
inconfig.py
. - Run the
main.py
file.
Download the ffmpeg build, unpack the archive, and set path_to_ffmpeg
to your path to ffmpeg.
Just install ffmpeg (sudo apt install ffmpeg
, sudo pacman -S ffmpeg
, etc.), and for the path_to_ffmpeg
value, type ffmpeg
.
Add the following non-free repos to your /etc/apt/sources.list
, then run:
sudo apt update
sudo apt install ttf-mscorefonts-installer