Skip to content

Commit

Permalink
Run linter on project
Browse files Browse the repository at this point in the history
  • Loading branch information
xsduan committed Jan 8, 2018
1 parent 6485c17 commit 08d7353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embed/embed.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function handleTitle (message) {
/**
* Grab description from RichEmbed
* @param {RichEmbed} message Message to grab description from
* @returns {String} Description of RichEmbed
* @returns {String} Description of RichEmbed
*/
function handleDescription (message) {
return message.description !== undefined
Expand Down
2 changes: 1 addition & 1 deletion help/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const help = [
* @param {User} user User to put as head
* @returns {RichEmbed} Help message
*/
function createEmbed(user) {
function createEmbed (user) {
var helpEmbed = new Discord.RichEmbed()
.setColor(settings.embeds.colors.success)
.setAuthor(user.username, user.avatarURL)
Expand Down

0 comments on commit 08d7353

Please sign in to comment.