diff options
| author | Alee <Alee14498@gmail.com> | 2018-05-29 12:17:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-29 12:17:24 -0400 |
| commit | b196b391cecf0babcacf3946f893bc285774f1b0 (patch) | |
| tree | 33b5bcae3fea50ccf2fe4d1608394c9107b97e5c /commands/git.js | |
| parent | 12d330b3c6fa6ece126a6a75612c3f178333ea77 (diff) | |
| download | AleeBot-b196b391cecf0babcacf3946f893bc285774f1b0.tar.gz AleeBot-b196b391cecf0babcacf3946f893bc285774f1b0.tar.bz2 AleeBot-b196b391cecf0babcacf3946f893bc285774f1b0.zip | |
Update git.js
Diffstat (limited to 'commands/git.js')
| -rw-r--r-- | commands/git.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 });
})
|
