mirror of
https://github.com/Lightcord/Lightcord.git
synced 2025-04-12 00:55:40 +02:00
forgot debugging
This commit is contained in:
parent
2552762642
commit
16ec5164e5
@ -531,7 +531,6 @@ async function privateInit(){
|
|||||||
gatewayModule.default.prototype._doIdentify = function(){
|
gatewayModule.default.prototype._doIdentify = function(){
|
||||||
let originalSend = this.send
|
let originalSend = this.send
|
||||||
this.send = function(op, data, idkwhat){
|
this.send = function(op, data, idkwhat){
|
||||||
console.log(`Sending data`, data)
|
|
||||||
if(op === 2){
|
if(op === 2){
|
||||||
if(this.intents){
|
if(this.intents){
|
||||||
data.intents = this.intents
|
data.intents = this.intents
|
||||||
|
Loading…
x
Reference in New Issue
Block a user