Skip to content

Commit

Permalink
Update Ducky.js
Browse files Browse the repository at this point in the history
Added line on first line
  • Loading branch information
TheLimeGlass committed Apr 19, 2016
1 parent 52809ef commit 32d2df5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Ducky.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

var Discord = require("discord.js");
var bot = new Discord.Client();
var masters = "128194687801622528";
Expand Down Expand Up @@ -168,4 +169,4 @@ bot.on("message", function(message) {
});

var auth = require("./data/auth.json");
bot.login(auth.email, auth.password);
bot.login(auth.email, auth.password);

0 comments on commit 32d2df5

Please sign in to comment.