small patches

This commit is contained in:
MathMan05
2024-09-03 11:12:26 -05:00
parent 66a13c3407
commit c890856ce3
7 changed files with 8 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ class Guild extends SnowFlake {
settings.show();
}
constructor(json, owner, member) {
if (json === -1) {
if (json === -1 || member === null) {
super("@me");
return;
}