Puedo agregar un emoji a un servidor de discordia con este código, pero ¿cómo puedo agregar una fila de emojis a la vez a este servidor de discordia?
const emoticon = require('discord.js').Util.parseEmoji("EMOJI"); if(emoticon.id == null) return message.channel.send('I could not find this emoji!'); if(message.guild.emojis.cache.has(emoticon.id)) return message.reply("That emoji is already on the server") const emoji = `https://cdn.discordapp.com/emojis/${emoticon.id}.${emoticon.animated ? 'gif' : 'png'}` try { message.guild.emojis.create(emoji, emoticon.name || 'Emoji') await message.reply(`Successfully added \`${emoticon.name}\` emoji to this server!`) }catch(error){ return message.channel.send(`An error has occurred ${error}`)como y si este EMOJI es EMOJI_1 EMOJI_2 EMOJI_3