Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/etcroot/joanna

Cutest music bot
https://github.com/etcroot/joanna

discord-js discord-js-bot discord-music-bot discordjs discordmusicbot

Last synced: about 1 month ago
JSON representation

Cutest music bot

Awesome Lists containing this project

README

        

# Joanna
Cutest music bot

## Installation & Usage

**Requirements**
* 🧠
* nodejs

**Config**
src/config.json
```
{
"credentials": "TOKEN",
"prefix": "PREFIX",
"api": "YOUTUBE API KEY",
"botid": "BOT ID",
"ownerid": "OWNER ID",
"colour": "HEX COLOR",
"musicrole": "MUSIC DJ ROLE",
"admins": ["ADMIN ID's", "Supports multiple"],
"defaultvolume": "Default Playback Volume"
}
```

**Running the bot**

```
npm i
node app.js
```