From 32d2df59633cbe2e34703f042d06d2d3ffc33266 Mon Sep 17 00:00:00 2001 From: TheLimeGlass Date: Tue, 19 Apr 2016 17:02:03 -0600 Subject: [PATCH] Update Ducky.js Added line on first line --- Ducky.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ducky.js b/Ducky.js index 318f05b..955ec97 100644 --- a/Ducky.js +++ b/Ducky.js @@ -1,3 +1,4 @@ + var Discord = require("discord.js"); var bot = new Discord.Client(); var masters = "128194687801622528"; @@ -168,4 +169,4 @@ bot.on("message", function(message) { }); var auth = require("./data/auth.json"); -bot.login(auth.email, auth.password); \ No newline at end of file +bot.login(auth.email, auth.password);