Skip to content

Commit

Permalink
feat: add deploy to herko button
Browse files Browse the repository at this point in the history
  • Loading branch information
eritislami committed Oct 21, 2020
1 parent c1db903 commit bf04478
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
worker: node index.js
2 changes: 2 additions & 0 deletions README.md
@@ -1,3 +1,5 @@
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/eritislami/evobot)

![logo](https://repository-images.githubusercontent.com/186841818/8aa95700-7730-11e9-84be-e80f28520325)

# 馃 EvoBot (Discord Music Bot)
Expand Down
7 changes: 7 additions & 0 deletions app.json
@@ -0,0 +1,7 @@
{
"name": "EvoBot",
"description": "馃 Discord Music Bot built with discord.js",
"repository": "https://github.com/eritislami/evobot",
"logo": "https://i.imgur.com/JFxgbWH.png",
"keywords": ["discord", "discordjs", "music", "bot"]
}

0 comments on commit bf04478

Please sign in to comment.