forked from SudhanPlayz/Discord-MusicBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Heroku Host (SudhanPlayz#175)
* Update Procfile * Create app.json * Update README.md * Update README.md * Update config.js * Update Procfile * Update package.json * Update config.js * Update config.js * Update config.js * Update Procfile * Update Procfile * Update config.js * Update config.js * Update DiscordMusicBot.js * Update config.js * Update Procfile * Update config.js * Update config.js * Update config.js * Update DiscordMusicBot.js * Update DiscordMusicBot.js * Update app.json * Update config.js * Update config.js * Update config.js * Update config.js * Update DiscordMusicBot.js * Update DiscordMusicBot.js * Update DiscordMusicBot.js * Update config.js * Update DiscordMusicBot.js * Update DiscordMusicBot.js * Update config.js * Update config.js * Update package.json * Update config.js * Update README.md
- Loading branch information
1 parent
a83d921
commit 2ab9726
Showing
4 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
worker: node index.js | ||
worker: npm start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "Discord-MusicBot", | ||
"description": "Very simple discord music bot with the discord.js with Song Name playing. It can able to play music with the song name", | ||
"repository": "https://github.com/SudhanPlayz/Discord-MusicBot", | ||
"logo": "https://cdn.discordapp.com/avatars/750613142488481843/e6326038dbe2243ca551ba5b6ecd8bf2.png?size=1024", | ||
"keywords": ["node", "discord", "youtube", "music", "bot", "lavalink", "dashboared"], | ||
"image": "heroku/nodejs", | ||
"buildpacks": [ | ||
{ | ||
"url": "heroku/nodejs" | ||
} | ||
], | ||
"env": { | ||
"Token": { | ||
"description": "Discord Bot Token.", | ||
"required": "true" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters