My first discord music (maybe) bot.
choco install ffmpeg
orwinget install "FFmpeg (Essentials Build)"
to install ffmpegyarn install
(to install all bot dependencies)- Create a
.env
in the same place as theconfig.js
TOKEN=<bot token> CLIENT_ID=<bot client id>
- Configure the bot client on
config.js
(like username, icon, banner, etc..) yarn registerSlash
(to register all slash commands)yarn start
(if you want to run in background, useyarn pm2
andyarn stop
to stop the pm2 process)- To create the bot invite link go on Discord Developer Portal
- (Your bot application -> Installation)