From 7eb41af2df578a894b593a1442748c0d449428ff Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sun, 7 May 2023 21:27:06 -0600 Subject: [PATCH] utility: update presence icons --- src/modules/utility.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/modules/utility.js b/src/modules/utility.js index 4fa9ada..86c43c6 100644 --- a/src/modules/utility.js +++ b/src/modules/utility.js @@ -52,14 +52,14 @@ const PRESENCE_ICONS = { dnd: "<:mobile_dnd:1028887020560449637>", }, web: { - online: "<:web_online:1028887016353574962>", - idle: "<:web_idle:1028887014579392592>", - dnd: "<:web_dnd:1028887012855525486>", + online: "<:web_online:1104972136730345552>", + idle: "<:web_idle:1104972138735218729>", + dnd: "<:web_dnd:1104972140685570150>", }, embedded: { - online: "<:embedded_online:1028887010636726313>", - idle: "<:embedded_idle:1028887009147760681>", - dnd: "<:embedded_dnd:1028887008149516299>", + online: "<:embedded_online:1104972131265167411>", + idle: "<:embedded_idle:1104972132687024189>", + dnd: "<:embedded_dnd:1104972134964543518>", }, };