fixing guild/channel creation

This commit is contained in:
MathMan05
2024-11-12 13:46:44 -06:00
parent ebce301cbf
commit 71aa1c0e9b
4 changed files with 18 additions and 13 deletions

View File

@@ -158,6 +158,7 @@ class Member extends SnowFlake{
}
});
user.members.set(guild, promise);
return await promise;
}
if(maybe instanceof Promise){
return await maybe;