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