aboutsummaryrefslogtreecommitdiff
path: root/commands/git.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/git.js')
-rw-r--r--commands/git.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/git.js b/commands/git.js
index 076ae75..9d18d94 100644
--- a/commands/git.js
+++ b/commands/git.js
@@ -25,6 +25,7 @@ module.exports.run = async (client, message) => {
.setTitle('GitHub Information')
.addField('**Repository:**', 'https://github.com/AleeCorp/AleeBot')
.addField('**Last Commit:**', commit.subject)
+ .addField('**Commited By:**', commit.committer.name)
.setColor('#1fd619')
message.channel.send({ embed });
})