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'), }; }