UNPKG

dellosmusic

Version:

Dellos Music Bot - Discord Music Bot

52 lines (51 loc) 1.49 kB
{ "name": "Dellos-MusicBot", "description": "", "repository": "", "logo": "https://media.discordapp.net/attachments/891379821932851240/1131204551119220878/verko_logo.png?width=905&height=905", "keywords": [ "node", "discord", "youtube", "music", "bot", "lavalink", "dashboard" ], "image": "heroku/nodejs", "buildpacks": [ { "url": "heroku/nodejs" } ], "env": { "Prefix": { "description": "The Discord Bot Prefix", "required": "true" }, "Token": { "description": "The Discord Bot Token (https://discord.com/developers/applications)", "required": "true" }, "Discord_ClientID": { "description": "The Discord Bot ClientID", "required": "true" }, "Discord_ClientSecret": { "description": "The Discord Bot ClientSecret", "required": "true" }, "Website": { "description": "URL of your webserver (Example: https://domain.xyz). Change this if you want to use the web-dashboard.", "value": "http://localhost" }, "Spotify_ClientID": { "description": "Spotify ClientID. This is used if you want to use Spotify features for your bot. (https://developer.spotify.com/dashboard/)", "required": "true" }, "Spotify_ClientSecret": { "description": "Spotify ClientSecret. This is used if you want to use Spotify features for your bot. (https://developer.spotify.com/dashboard/)", "required": "true" } } }