Skip to content

firtysh/mlody

Repository files navigation

🎵🤖 MLODY 🤖🎵

JavaScript Discord node.js

Mlody 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

git clone https://github.com/firtysh/mlody.git
cd mlody
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 📊

>**⚠️ Note** : **Don't Forget to lint the code by running `npm run lint:fix` before commiting the changes.** ----