diff --git a/lib/actions.ts b/lib/actions.ts index ce8e82a..92e1449 100644 --- a/lib/actions.ts +++ b/lib/actions.ts @@ -641,7 +641,7 @@ export async function addServerMember(serverId: string, userId: string, withEven joined_at: Long.fromNumber(Date.now()) as unknown as string, }); - await publishMessage(userId, { + await publishMessage(userId + '!', { type: "ServerCreate", id: serverId, channels: channels,