From 1256254bdee29e277fb90326289b78eb3badb866 Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 16 Apr 2018 20:21:59 -0400 Subject: Oof forgot this --- commands/git.js | 1 + 1 file changed, 1 insertion(+) (limited to 'commands') 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') -- cgit v1.2.3