mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
Removed debug info whoops
This commit is contained in:
@@ -1430,7 +1430,6 @@ var Client = (function () {
|
||||
}
|
||||
|
||||
self.startPM(destination).then(function (pmc) {
|
||||
console.log(pmc);
|
||||
resolve(pmc.id);
|
||||
})["catch"](reject);
|
||||
} else {
|
||||
@@ -1685,7 +1684,6 @@ var Client = (function () {
|
||||
}
|
||||
|
||||
var fn = function fn() {
|
||||
console.log(Endpoints.CHANNELS + "/" + channel + "/typing");
|
||||
request.post(Endpoints.CHANNELS + "/" + channel + "/typing").set("authorization", self.token).end();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user