This is a music bot created by using the sapphire framework & discord-player with this project being written in TypeScript.
- 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
- Node.js (v18 or higher)
- Yarn package manager (or a package manager of your choice)
git clone https://github.com/itsauric/auricle-music-bot.git
cd auricle-music-bot
yarn install
yarn run build
yarn run auricle
sapphire generate command <name>
This will automatically generate a slash command in the src/commands
folder from the template in the templates
folder.
This is from the GitHub Blog and is a straightforward example for updating your forked repository.
Anyone can contribute, please open a pull request on the repository
For any issues, questions, or suggestions, please open an issue on the [repository](repo
Thanks to all contributors and supporters of this project.
This project is under the MIT license. You can find the license details in the root of the repository as LICENSE
.