No description
| commands | ||
| events | ||
| .gitignore | ||
| index.js | ||
| package.json | ||
| README.md | ||
⚠️ I'm not working on this anymore, but i'll keep it public for archiving purposes.
Bōto ぼうと
Another simple Discord music bot.
📋 About
I started this project because I couldn't find any simple music bot that worked the way I want it to. You are free to do whatever you want with the project code, I have uploaded it on GitHub for personal convenience.
✨ Features
- Basic music control commands (play, pause, skip...)
- Queue system (still work in progress)
- Playlist support (planned)
⚠️ Dependencies
- FFmpeg
- Node dependencies (from package.json)
⬇ Installation
Using the source code
The project is at a VERY early stage, but right now it can be executed if you do the follwing steps:
git clone https://git.panintegr.al/Pan/boto.git
cd boto
npm install
Then create a file named config.json in the project root with this options:
{
"token": "<YOURBOTTOKENHERE>",
"clientID": "<BOTIDHERE>",
"prefix": "!",
"botOwnerID": "<BOTOWNERIDHERE>"
}
You can change the prefix to whatever you want.
To run the bot:
node index.js
Using Docker
Coming soon, when the project reaches a more stable version.