Results 1 comments of z3db0y

const RPCApi = require('discord-rpc'); class RPC { __onerr () { this.__r = 0; clearInterval(this.__i); setTimeout(() => {this.__init();}, 100); } __doInterval () { if(this.__i) return; this.__i = setInterval(() => { if(!this.__r)...