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