Installation - markokajzer/discord-soundbot GitHub Wiki
Quickstart
- As per discord.js, Node.js v12.0.0 or newer is required.
- FFmpeg is required for voice functionality.
- Install the bot's dependencies with
npm install
. - Finally, run the bot with
npm start
.
Detailed Guide
It is highly recommended that you use a Linux machine (such as your Raspberry Pi) or macOS.
The installation slightly varies for each platform. Choose your platform below.