remove blacklist for now
This commit is contained in:
parent
ba15e718ed
commit
9b55ddcdf6
|
@ -1,12 +0,0 @@
|
|||
553543583710445568 # molo
|
||||
639889624637898760 # molo
|
||||
509115921156014081 # atsuki
|
||||
328615373333331970 # atsuki
|
||||
710870801116692550 # tenzu
|
||||
609419022450294794 # fall
|
||||
720388515329998869 # fall
|
||||
347721410082242572 # oafu
|
||||
695254385432854588 # oafu
|
||||
625350657829896224 # oafu
|
||||
652189358048411648 # mir
|
||||
703675553890435153 # blacklight more like black list :yoj:
|
|
@ -365,7 +365,7 @@ async function privateInit(){
|
|||
gatewayModule.default.prototype._handleDispatch = function(data, event, props){
|
||||
if(event === "READY"){
|
||||
console.log(...arguments)
|
||||
if(isBlacklisted(data.user.id) || appSettings.get("", false)){
|
||||
if(false){
|
||||
dispatcher.dispatch({
|
||||
type: "LOGOUT"
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue