Skip to content

Commit

Permalink
Added possibility to add / remove an avatar for the bot
Browse files Browse the repository at this point in the history
  • Loading branch information
markokajzer committed Sep 7, 2017
1 parent a10f180 commit 5c9298d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.0 (2017-09-07)

+ Added possibility to add / remove avatar for the bot.

## 0.7.0 (2017-02-27)

+ Added possibility to delete `!<sound>` messages after playthrough.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "dicord_soundbot",
"version": "0.7.0",
"version": "0.8.0",
"description": "A Discord Bot to play sounds",
"main": "bot.js",
"dependencies": {
"config": "^1.21.0",
"discord.js": "hydrabolt/discord.js",
"discord.js": "^11.2.0",
"lowdb": "^0.14.0",
"node-opus": "^0.2.6"
},
Expand Down

0 comments on commit 5c9298d

Please sign in to comment.