From 17e59b8c520a030573b6a1e0a9bd2fddcd3b5881 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Mon, 16 Jan 2023 11:53:20 -0700 Subject: [PATCH] utility.presence: oceanic follow normal naming converions challenge (failed) --- src/modules/utility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/utility.js b/src/modules/utility.js index ae3b2ea..ac95504 100644 --- a/src/modules/utility.js +++ b/src/modules/utility.js @@ -734,7 +734,7 @@ presence.callback = async function (msg, line) { }.${activity.emoji.animated ? "gif" : "png"}`; embed.author = { url, - icon_url: url, + iconURL: url, name: activity.state ?? "", }; } else {