From b196b391cecf0babcacf3946f893bc285774f1b0 Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 29 May 2018 12:17:24 -0400 Subject: Update git.js --- commands/git.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/git.js b/commands/git.js index 9d18d94..60d7d7e 100644 --- a/commands/git.js +++ b/commands/git.js @@ -25,7 +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) + .addField('**Commited By:**', commit.author.name) .setColor('#1fd619') message.channel.send({ embed }); }) -- cgit v1.2.3