diff options
| author | Alee <alee14498@gmail.com> | 2018-04-16 20:21:59 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-04-16 20:21:59 -0400 |
| commit | 1256254bdee29e277fb90326289b78eb3badb866 (patch) | |
| tree | f7693e39fb1212d3c66e32ffbef31e9e53669de0 /commands | |
| parent | b23fd9d0b018abaa4d9adc29fea47add57809254 (diff) | |
| download | AleeBot-1256254bdee29e277fb90326289b78eb3badb866.tar.gz AleeBot-1256254bdee29e277fb90326289b78eb3badb866.tar.bz2 AleeBot-1256254bdee29e277fb90326289b78eb3badb866.zip | |
Oof forgot this
Diffstat (limited to 'commands')
| -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')
|
