forked from administration/panel
fix: fix the oopsie
parent
3f73a5abb9
commit
df9e8ed8d4
|
@ -641,7 +641,7 @@ export async function addServerMember(serverId: string, userId: string, withEven
|
||||||
joined_at: Long.fromNumber(Date.now()) as unknown as string,
|
joined_at: Long.fromNumber(Date.now()) as unknown as string,
|
||||||
});
|
});
|
||||||
|
|
||||||
await publishMessage(userId, {
|
await publishMessage(userId + '!', {
|
||||||
type: "ServerCreate",
|
type: "ServerCreate",
|
||||||
id: serverId,
|
id: serverId,
|
||||||
channels: channels,
|
channels: channels,
|
||||||
|
|
Loading…
Reference in New Issue