From 5ab2480c609b3f2540f5eb840e9cf3eb0589317d Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 28 Apr 2025 00:58:53 +0500 Subject: feat: display emote's author name --- src/emote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/emote.php b/src/emote.php index 1fa0221..b10fbeb 100644 --- a/src/emote.php +++ b/src/emote.php @@ -4,7 +4,7 @@ class Emote public string $id; public string $code; public string $ext; - public string|null $uploaded_by; + public mixed $uploaded_by; public int $created_at; public mixed $rating; public bool $is_in_user_set; -- cgit v1.2.3