From f4cd3c3cd74570edfa022979648d59df16f9ddf6 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Mon, 16 Jan 2023 11:39:49 -0700 Subject: [PATCH] utility.presence: typo moment --- 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 c4a4206..ae3b2ea 100644 --- a/src/modules/utility.js +++ b/src/modules/utility.js @@ -729,7 +729,7 @@ presence.callback = async function (msg, line) { if (activity.emoji) { if (activity.emoji.id) { - const url = `https://cdn.dicordapp.com/emojis/${ + const url = `https://cdn.discordapp.com/emojis/${ activity.emoji.id }.${activity.emoji.animated ? "gif" : "png"}`; embed.author = {