diff --git a/lib/helpers/users_helper.dart b/lib/helpers/users_helper.dart index 01d259a..15155bb 100644 --- a/lib/helpers/users_helper.dart +++ b/lib/helpers/users_helper.dart @@ -174,7 +174,7 @@ class UsersHelper { .map((f) => CustomEmoji( id: f["id"], userID: f["userID"], - shortcut: f["shorcut"], + shortcut: f["shortcut"], url: f["url"], )) .toList());