A Fork of the SuffX bot exclusively for music playback.
Wiki • Features • Prerequisites • Getting Started
- Full YouTube playback support
- Modifiable queue
- Easy to use
- Open the terminal and run the following commands
git clone https://github.com/Pre-Suffix/suffx-music.git
cd suffx-music
npm install
- Wait for all the dependencies to be installed
- Rename
.env_exampleto.envand fill in the values - Type
npm run startto start the bot
Depending on where the bot is installed, the music functionality will not work. Some troubleshooting steps are:
- check whether FFMPEG is installed
- uninstall and re-install the NPM package "ffmpeg-static"
- uninstall and re-install the NPM package "opusscript"
- uninstall "opusscript" and install "@discordjs/opus" (requires build tools)
If none of the above steps work, open an issue in the issues tab.
