mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-29 07:48:28 +00:00
fix prevent crash condition
This commit is contained in:
@@ -1233,7 +1233,7 @@ class Localuser {
|
||||
if (this.channelfocus.guild.id === "@me") {
|
||||
return;
|
||||
}
|
||||
if (this.channelfocus.visable) return;
|
||||
if (!this.channelfocus.visable) return;
|
||||
this.ws.send(
|
||||
JSON.stringify({
|
||||
d: {
|
||||
|
||||
Reference in New Issue
Block a user