https://discord.com/channels/948778893094039603/955762065602150410/955988562766090250 DiscordAPIError: Invalid Form Body embeds[0].author.icon_url: Scheme "null" is not supported. Scheme must be one of ('http', 'https'). const msg = await channel.send({embeds: [suggestembed]}) msg.react("✅"); msg.react("❌"); const urls = msg.url let sentembed = new MessageEmbed() .setAuthor({name: `${message.author.username}`, iconURL: `${message.guild.iconURL()}`}) .setDescription(`Your suggestion posted in **[Suggestion Channel](${urls})**`) .setColor('RANDOM') .setTimestamp() .setFooter({text: `Suggestion ID: ${IDNumber}`}) let msg2 = await message.channel.send({embeds: [sentembed]}) setTimeout(() => msg2.delete(), 12000);