Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/etcroot/joanna
- Owner: etcroot
- Created: 2018-12-04T23:43:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-05T07:20:48.000Z (over 3 years ago)
- Last Synced: 2023-10-25T22:18:23.274Z (about 1 year ago)
- Topics: discord-js, discord-js-bot, discord-music-bot, discordjs, discordmusicbot
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```