onEmojiUpdate
1client.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});1module.exports = {2    name: "Guild Emoji Update",3    channel: "$channelId",4    type: "emojiUpdate",5    code: `6        $log[A new emoji was updated with the name $oldEmoji[string]!]7    `8};