Skip to content

Commit

Permalink
chore(version): bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eritislami committed Sep 4, 2021
1 parent 4ad97d2 commit 909fd4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
7 changes: 4 additions & 3 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
daysUntilStale: 14
only: issues
daysUntilStale: 30
daysUntilClose: 7
exemptLabels:
- "bug: confirmed"
- "in progress"
- "dependencies"
staleLabel: stale
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
closeComment: false
only: issues
closeComment: false
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[![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 All @@ -12,9 +10,7 @@
2.1 **(Optional)** Soundcloud Client ID **[Guide](https://github.com/zackradisic/node-soundcloud-downloader#client-id)**
3. Node.js v14.0.0 or newer

## 🚀 Getting Started

If deploying to Heroku make sure to create config variables
## 🚀 Getting Started

```
git clone https://github.com/eritislami/evobot.git
Expand Down Expand Up @@ -110,7 +106,7 @@ Examples: `1` or `1,2,3`
* Remove song # from queue (/remove, /rm)
* Play an mp3 clip (/clip song.mp3) (put the file in sounds folder)
* List all clips (/clips)
* Show api ping (/ping)
* Show ping to Discord API (/ping)
* Show bot uptime (/uptime)
* Toggle pruning of bot messages (/pruning)
* Help (/help, /h)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evobot",
"version": "0.10.0",
"version": "0.12.0",
"description": "Discord music bot built with discord.js",
"main": "index.js",
"author": "Erit Islami <[email protected]>",
Expand Down

0 comments on commit 909fd4d

Please sign in to comment.