1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-07 19:32:34 +01:00

Update Member.ts

This commit is contained in:
honeytequila 2021-05-10 10:46:39 -03:00 committed by GitHub
parent f9eba44d10
commit e817017425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {