mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 00:54:16 +00:00
Update Member.ts
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ export async function addMember(user_id: string, guild_id: string, cache?: { gui
|
||||
pending: false,
|
||||
};
|
||||
|
||||
Promise.all([
|
||||
await Promise.all([
|
||||
new MemberModel({
|
||||
...member,
|
||||
settings: {
|
||||
|
||||
Reference in New Issue
Block a user