aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commands/git.js2
1 files changed, 1 insertions, 1 deletions
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 });