Skip to content

ossrndc/Botimus_Prime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎵🤖 Botimus Prime 🤖🎵

JavaScript Discord node.js

Botimus Prime is a Discord Music Bot built with Javascript, discord.js, ytdl-core .

🔧 Requirements

  1. Discord Bot Token Guide
    1.1. Enable Privileged Intents in Discord Developer Portal
  2. Node.js 16.17.0 or newer

🚀 Getting Started

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.


⚙️ Configuration

Copy or Rename .env.example to.env and fill out the values :

⚠️ Note: Never commit or share your token or api keys publicly ⚠️

DISCORD_TOKEN=<YOUR-TOKEN-HERE>
COMMAND_PREFIX=<YOUR-PREFIX-HERE>

🤝 Contributing

  1. Fork the repository
  2. Clone your fork : git clone https://github.com/your-username/mlody.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Stage changes git add .
  5. Commit your changes: git commit -m "your commit message"
  6. Push to the branch: git push origin my-new-feature
  7. Submit a pull request.

Contributors 📊