diff options
| author | Alee <alee14498@gmail.com> | 2018-04-20 22:33:43 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-20 22:33:43 -0400 |
| commit | 95da2b80ae954a7a1ad5025ad83a8219ce12fb71 (patch) | |
| tree | a47b09e39621f2abbb119d33bf1f82f674fa4a54 /commands/git.js | |
| parent | e5329c2fb59a2d3b56bfb03d787a8267043cb3d0 (diff) | |
| download | AleeBot-95da2b80ae954a7a1ad5025ad83a8219ce12fb71.tar.gz AleeBot-95da2b80ae954a7a1ad5025ad83a8219ce12fb71.tar.bz2 AleeBot-95da2b80ae954a7a1ad5025ad83a8219ce12fb71.zip | |
Added committer
Diffstat (limited to 'commands/git.js')
| -rw-r--r-- | commands/git.js | 1 |
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 });
})
|
