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…
Reference in New Issue