From 4f7ea8407a0ff1eed489ad933378dcbe1c2a8126 Mon Sep 17 00:00:00 2001 From: David Sevilla Martin Date: Wed, 17 May 2017 19:12:25 -0400 Subject: [PATCH] fix(discord: commands): init: fix command to enable embed in success msg Fixes #8 --- lib/Discord/Commands/GitlabInit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Discord/Commands/GitlabInit.js b/lib/Discord/Commands/GitlabInit.js index 2291c96..8ad0c40 100644 --- a/lib/Discord/Commands/GitlabInit.js +++ b/lib/Discord/Commands/GitlabInit.js @@ -83,7 +83,7 @@ class GitlabInitCommand extends Command { title: `\`${repo}\`: Successfully initialized repository events`, description: [ 'The repository must a webhook pointing to ', - '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'), }; }