Botimus Prime is a Discord Music Bot built with Javascript, discord.js, ytdl-core .
- Discord Bot Token Guide
1.1. Enable Privileged Intents in Discord Developer Portal - Node.js 16.17.0 or newer
Fork the repo
git clone https://github.com/ossrndc/Botimus_Prime
cd Botimus_Prime
npm install
After installation finishes follow configuration instructions then run npm run start
to start the bot.
Copy or Rename .env.example
to.env
and fill out the values :
DISCORD_TOKEN=<YOUR-TOKEN-HERE>
COMMAND_PREFIX=<YOUR-PREFIX-HERE>
- Fork the repository
- Clone your fork :
git clone https://github.com/your-username/mlody.git
- Create your feature branch:
git checkout -b my-new-feature
- Stage changes
git add .
- Commit your changes:
git commit -m "your commit message"
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.