From a3367ef2ebed96d305f2840495fdac2a38264dce Mon Sep 17 00:00:00 2001 From: koneko <67551503+koneko@users.noreply.github.com> Date: Sat, 9 Aug 2025 00:39:58 +0200 Subject: [PATCH] cigans --- commands/refetch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/refetch.js b/commands/refetch.js index fb47061..4660282 100644 --- a/commands/refetch.js +++ b/commands/refetch.js @@ -12,7 +12,7 @@ exports.run = async (client, message, args) => { const data = await res.json(); client.usersToReactTo = data.map((entry) => { - const [userId, emoji] = entry.split(":"); + const [userId, emoji] = entry.split("|"); return { userId, emoji }; });