Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.
Bobby99as edited this page May 12, 2021 · 2 revisions

Welcome to the Fluffy-fur wiki!

Fluffy-fur (Discord Music Bot)

Fluffy-fur is a Discord Music Bot built with discord.js & uses a Command Handler

Requirements

  1. Discord Bot Token Guide
  2. YouTube Data API v3 Key Guide
    2.1 (Optional) Soundcloud Client ID Guide
  3. Node.js v14.0.0 or newer

Getting Started

If deploying to Heroku make sure to create config variables

git clone https://github.com/bobbys-development-team/Fluffy-fur.git
cd Fluffy-fur
npm install

After installation finishes you can use node index.js to start the bot

Configuration

Copy or Rename example config.json to config.json and fill out the values:

Note: Never commit or share your token or api keys publicly

{
  "TOKEN": "",
  "YOUTUBE_API_KEY": "",
  "SOUNDCLOUD_CLIENT_ID": "",
  "MAX_PLAYLIST_SIZE": 50,
  "PREFIX": "m!",
  "PRUNING": true,
  "LOCALE": "en",
  "DEFAULT_VOLUME": 100,
  "STAY_TIME": 30
}
Clone this wiki locally