Skip to content
This repository has been archived by the owner on Jan 23, 2018. It is now read-only.

Commit

Permalink
me smart
Browse files Browse the repository at this point in the history
  • Loading branch information
Dougley committed Jul 14, 2017
1 parent 5b61f3c commit b78a831
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Commands/Commands/uservoice.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ commands.info = {
footer: {
text: 'User created on ' + moment(data.user.created_at).format("dddd, MMMM Do YYYY, k:mm:ss"),
icon_url: data.user.avatar_url
}
})
}).catch(() => {}) // Make bugsnag ignore it, error handling below
}).catch(() => {
return msg.channel.sendMessage('User could not be found on UserVoice, make sure they have logged into the Feedback site at least once.').then(errMsg => {
Expand Down

0 comments on commit b78a831

Please sign in to comment.