From 71772005b2f83feb31db7e8d012bc9837ac9043a Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Fri, 16 Dec 2022 15:06:40 -0500 Subject: [PATCH] Fixing emoji implementation --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.js b/functions.js index 5398354..0048b3a 100644 --- a/functions.js +++ b/functions.js @@ -527,7 +527,7 @@ const functions = { } } - return newText + ' <:spongebob:1053399026709569536>'; + return newText + ' <:spongebob:1053398825965985822>'; }, };