From 2f0b55e22f21070698c99f6ae6ca01e5409328aa Mon Sep 17 00:00:00 2001 From: Elysia <71698422+aiko-chan-ai@users.noreply.github.com> Date: Sat, 6 Jan 2024 09:11:09 +0700 Subject: [PATCH] Update MessageEmbed.js --- src/structures/MessageEmbed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/MessageEmbed.js b/src/structures/MessageEmbed.js index ae2c847..d872555 100644 --- a/src/structures/MessageEmbed.js +++ b/src/structures/MessageEmbed.js @@ -8,7 +8,7 @@ let deprecationEmittedForSetAuthor = false; let deprecationEmittedForSetFooter = false; let deprecationEmittedForAddField = false; -// TODO: Remove the deprecated code for `setAuthor()`, `setFooter()` and `addField()`. +// TODO: Remove the deprecated code for `setAuthor()` and `setFooter()`. /** * Represents an embed in a message (image/video preview, rich embed, etc.)