Skip to content

Commit

Permalink
Merge pull request #1 from TheLimeGlass/master
Browse files Browse the repository at this point in the history
Update Ducky.js
  • Loading branch information
BaeFell committed May 4, 2016
2 parents 52809ef + 32d2df5 commit a0e03c4
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 a0e03c4

Please sign in to comment.