summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-16 20:23:30 -0400
committerAlee <alee14498@gmail.com>2018-04-16 20:23:30 -0400
commit4a5fbb07215cc5dd4a2522183e080aaf829a7263 (patch)
treecfb6231efb1e42eddc1791f2a3f3d3a9f07302da
parent1256254bdee29e277fb90326289b78eb3badb866 (diff)
downloadAleeBot-4a5fbb07215cc5dd4a2522183e080aaf829a7263.tar.gz
AleeBot-4a5fbb07215cc5dd4a2522183e080aaf829a7263.tar.bz2
AleeBot-4a5fbb07215cc5dd4a2522183e080aaf829a7263.zip
Removed something that I cannot explain
-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 });