aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-04-16 20:21:59 -0400
committerAlee <alee14498@gmail.com>2018-04-16 20:21:59 -0400
commit1256254bdee29e277fb90326289b78eb3badb866 (patch)
treef7693e39fb1212d3c66e32ffbef31e9e53669de0
parentb23fd9d0b018abaa4d9adc29fea47add57809254 (diff)
downloadAleeBot-1256254bdee29e277fb90326289b78eb3badb866.tar.gz
AleeBot-1256254bdee29e277fb90326289b78eb3badb866.tar.bz2
AleeBot-1256254bdee29e277fb90326289b78eb3badb866.zip
Oof forgot this
-rw-r--r--commands/git.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/git.js b/commands/git.js
index 471ada2..bddd3da 100644
--- a/commands/git.js
+++ b/commands/git.js
@@ -18,6 +18,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')