Fixing emoji implementation

This commit is contained in:
Skylar Grant 2022-12-16 15:06:40 -05:00
parent 1da220c5a8
commit 71772005b2
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ const functions = {
}
}
return newText + ' <:spongebob:1053399026709569536>';
return newText + ' <:spongebob:1053398825965985822>';
},
};