Skip to content

Commit

Permalink
fix(discord: commands): fix color on updating embed
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed May 8, 2017
1 parent edc437e commit 036978d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Discord/Commands/Update.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class UpdateCommand extends Command {
const commitOrBranch = args[0];
let embedData = {
title: 'Updating',
color: '0xFB9738',
color: 0xFB9738,
description: '\u200B',
fields: [],
footer: {
Expand Down

0 comments on commit 036978d

Please sign in to comment.