Skip to content

Commit

Permalink
fix(discord: commands): actually fix stats' embed footer icon_url (wa…
Browse files Browse the repository at this point in the history
…s iconURL)
  • Loading branch information
dsevillamartin committed May 6, 2017
1 parent 62aa13e commit 6c39ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Discord/Commands/Stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class StatsCommand extends Command {
color: 0xFD9827,
footer: {
text: bot.user.username,
iconURL: bot.user.avatarURL(),
icon_url: bot.user.avatarURL(),
},
description: '**Yappy, the Gitlab Monitor Stats**',
fields: [
Expand Down

0 comments on commit 6c39ac1

Please sign in to comment.