Skip to content

onGuildUpdate

1
client.guildUpdateCommand({
2
name: "Guild Update",
3
channel: "$channelId",
4
code: `
5
$log[$guildId just updated!]
6
`
7
});