diff options
| -rw-r--r-- | commands/git.js | 1 |
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')
|
