Skip to content

Commit

Permalink
fix(discord: commands): init: fix command to enable embed in success msg
Browse files Browse the repository at this point in the history
Fixes #8
  • Loading branch information
dsevillamartin committed May 17, 2017
1 parent 1254653 commit 4f7ea84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Discord/Commands/GitlabInit.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class GitlabInitCommand extends Command {
title: `\`${repo}\`: Successfully initialized repository events`,
description: [
'The repository must a webhook pointing to <http://discordjsrewritetrello-datitisev.rhcloud.com/gitlab>',
'To use embeds to have a nicer GitLab log, say `GL! conf enable embed` in this channel to enable embeds for the current channel.',
'To use embeds to have a nicer GitLab log, say `GL! conf set embed true` in this channel to enable embeds for the current channel.',
].join('\n'),
};
}
Expand Down

0 comments on commit 4f7ea84

Please sign in to comment.