Merge pull request #10 from voidf1sh:dev

Fixing emoji implementation
This commit is contained in:
Skylar Grant 2022-12-16 15:07:11 -05:00 committed by GitHub
commit 8a09ef3707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>';
}, },
}; };