1
0
mirror of https://github.com/Lightcord/Lightcord.git synced 2025-04-12 00:55:40 +02:00

forgot debugging

This commit is contained in:
Jean Ouina 2020-09-25 22:26:12 +02:00
parent 2552762642
commit 16ec5164e5

View File

@ -531,7 +531,6 @@ async function privateInit(){
gatewayModule.default.prototype._doIdentify = function(){
let originalSend = this.send
this.send = function(op, data, idkwhat){
console.log(`Sending data`, data)
if(op === 2){
if(this.intents){
data.intents = this.intents