Skip to content

Commit

Permalink
🔖 1.4.4
Browse files Browse the repository at this point in the history
fix: Fixed icons in messages

Closes #21
  • Loading branch information
SerekKiri committed Dec 13, 2018
1 parent 5770476 commit 9d8aa26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redditbot",
"version": "1.4.3",
"version": "1.4.4",
"description": "Discord bot for reddit.com",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/commands/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ async function help(message) {
author: {
name: 'Reddit Bot',
url: 'https://github.com/SerekKiri/RedditBot',
icon_url: "https://cdn.discordapp.com/avatars/485047416291065859/ac0087022698709d0c7b26361e056bf9.png"
icon_url: "https://i.kym-cdn.com/photos/images/newsfeed/000/919/691/9e0.png"
},
description: `**Prefix: reddit**\n
**Commands:**
Expand Down

0 comments on commit 9d8aa26

Please sign in to comment.