mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
Small fixes
This commit is contained in:
@@ -1171,8 +1171,6 @@ var Client = (function (_EventEmitter) {
|
||||
|
||||
case "READY":
|
||||
|
||||
var fs = require("fs");fs.writeFileSync("c:/users/amish/desktop/crapatack.json", JSON.stringify(data));
|
||||
|
||||
self.debug("received ready packet");
|
||||
|
||||
self.user = self.addUser(data.user);
|
||||
|
||||
Reference in New Issue
Block a user