"Ori Bot", an Advanced Discord Music Bot for your discord server providing high quality audio and user experience
Ori Bot is the original Discord music bot purely coded in JavaScript, using the Discord.js V14 library. It provides not only high audio and sound quality but also smooth and relentless user experience with simple and user-friendly interface and easily interractable buttons right within the discord. Ori Bot supporst variant music streaming services such as YouTube, Spotify, SoundCloud, Deezer, Discord Links and 900+ more. It also comes with awesome and cool features and commands.
- Discord Bot Token Guide
1.1. Enable "Message Content Intent" in Discord Developer Portal - Node.js 16.9.0 or higher
NOTE: You don't need any API Key to setup the bot! only thing you need is Node.js and a Discord bot Token to run your bot!
Open the config.json
file and change the following to your desired values:
{
"Prefix": "Put anything you want as prefix",
"MainColor": "Put any #HexCode you want for embeds color eg. 0099FF",
"ErrorColor": "Put any #HexCode you want for embeds color when there is an error eg. 0099FFD",
}
.env
file in your working directory if you're running it locally and set the following values.
ClientID = Put your Bot ID/Client ID here,
Token = Put your Bot Token here
or create new secrets if you're working on platforms like Replit or any cloud deployment servers.
Open your terminal and install required packages with
npm install
After installation finishes run
node register.js
to deploy slash commands and then run
node index.js
in terminal to start the bot.
Made with ❤️ and JavaScript, Don't Forget to ⭐