From 95da2b80ae954a7a1ad5025ad83a8219ce12fb71 Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 20 Apr 2018 22:33:43 -0400 Subject: Added committer --- commands/git.js | 1 + storage/settings.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 }); }) diff --git a/storage/settings.json b/storage/settings.json index 104ab83..1ff98c9 100644 --- a/storage/settings.json +++ b/storage/settings.json @@ -1,4 +1,4 @@ { - "abVersion": "2.8.3", + "abVersion": "2.8.4", "prefix": "ab:" } -- cgit v1.2.3