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