No description
bot
Find a file
2025-04-26 17:41:53 +02:00
commands temporary comment 2022-12-07 20:24:52 +01:00
events Initial file structure 2022-12-07 02:59:40 +01:00
.gitignore update package.json 2022-12-07 17:33:57 +01:00
index.js update 2022-12-07 20:23:53 +01:00
package.json update package.json 2022-12-07 17:33:57 +01:00
README.md Update README.md 2025-04-26 17:41:53 +02:00

⚠️ 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.