Skip to content

onJoin

1
client.joinCommand({
2
name: "User Join",
3
channel: "$channelId",
4
code: `
5
$log[$username just joined!]
6
`
7
});