1client.emojiDeleteCommand({2 name: "Guild Emoji Delete",3 channel: "$channelId",4 code: `5 $log[A new emoji was deleted with the name $oldEmoji[string]!]6 `7});
1module.exports = {2 name: "Guild Emoji Delete",3 channel: "$channelId",4 type: "emojiDelete",5 code: `6 $log[A new emoji was deleted with the name $oldEmoji[string]!]7 `8};