Releases: itsauric/auricle-music-bot
Releases · itsauric/auricle-music-bot
v1.0.0
🎉 First Release
Official first release of Auricle Music Bot.
🚀 Features
- Slash Commands: Intuitive commands for playing music, skipping tracks, and managing playlists
- Hot Module Reloading: Make changes in real-time without restarting the bot
- Built-in Cooldown System: Helps manage command usage and prevents spamming
- Easy Setup: Simple installation and configuration process for seamless integration
📦 Installation
Prerequisites
- Node.js (v18 or higher)
- Yarn package manager (or a package manager of your choice)
Installation steps
git clone https://github.com/itsauric/auricle-music-bot.git
cd auricle-music-bot
yarn install
yarn run build
Getting Started
yarn run auricle
⚙️ Generating Commands
Before hand you should have the sapphire
cli globally or installed in your devDependencies
sapphire generate command <name>
This will automatically generate a slash command in the src/commands
folder from the template in the templates
folder.
🔄 Keeping Up to Date
This is from the GitHub Blog and is a straightforward example for updating your forked repository.
🤝 Contribution
Anyone can contribute, please open a pull request on the repository
💬 Feedback and Support
For any issues, questions, or suggestions, please open an issue on the [repository](repo
📄 Acknowledgements
Thanks to all contributors and supporters of this project.
📜 License
This project is under the MIT license. You can find the license details in the root of the repository as LICENSE
.