Skip to content

onEmojiCreate

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