Racconn-ect is a discord music bot written with discord.js and discord-player libraries
- π¦ Support for YouTube, Spotify and SoundCloud
- π¦ Slash commands support
- π¦ 14 audio effects including: 8D, Bass Boost, Slowed + Reverb etc.
- π¦ Support for π¬π§ English and π΅π± Polish languages
- π¦ ...and more (check out all commands)
Project uses the following libraries:
- π¦ Discord-player by Androz2091
- π¦ Discord.js
- π¦ FFMPEG
- π¦ ...and more (check out all dependencies)
- Install Node.js (v.18.12.1 or higher)
- Clone this repo:
git clone https://github.com/exe-0535/Racconn-ect-Bot.git
- Instal dependencies:
npm install
- Create .env file and type in:
TOKEN= // your bot token
To get the guild id, you must turn on the developer mode in discord settings
GUILD_ID= // the id of the guild you want the bot to run on
CLIENT_ID = // your discord app id
- Run the bot by typing in terminal
npm run start
ornpm start