From 4a5fbb07215cc5dd4a2522183e080aaf829a7263 Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 16 Apr 2018 20:23:30 -0400 Subject: Removed something that I cannot explain --- commands/git.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/git.js') diff --git a/commands/git.js b/commands/git.js index bddd3da..7d0c454 100644 --- a/commands/git.js +++ b/commands/git.js @@ -21,7 +21,7 @@ module.exports.run = async (client, message) => { const Discord = require('discord.js'); const embed = new Discord.RichEmbed() .setTitle('GitHub Information') - .addField('**Github Repository:**', 'https://github.com/AleeCorp/AleeBot') + .addField('**Repository:**', 'https://github.com/AleeCorp/AleeBot') .addField('**Last Commit:**', '*Working Progress*') .setColor('#1fd619') message.channel.send({ embed }); -- cgit v1.2.3