Skip to content

Commit

Permalink
feat(discord: commands): send msg to channel when invite is sent to u…
Browse files Browse the repository at this point in the history
…ser in invite commmand
  • Loading branch information
dsevillamartin committed May 13, 2017
1 parent 6307b74 commit c0466d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/Discord/Commands/Invite.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ class InviteCommand extends Command {
thumbnail: {
url: this.bot.user.avatarURL(),
},
} });
} }).then(() => msg.channel.send({ embed: {
title: 'Yappy, the GitLab Monitor',
description: '📬 Sent invite link!',
} }));
}
}

Expand Down

0 comments on commit c0466d5

Please sign in to comment.