Skip to content

onEmojiUpdate

1
client.emojiUpdateCommand({
2
name: "Guild Emoji Update",
3
channel: "$channelId",
4
code: `
5
$log[A new emoji was updated with the name $oldEmoji[string]!]
6
`
7
});