mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
Small fixes
This commit is contained in:
@@ -1232,8 +1232,6 @@ class Client extends 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