move to b64 images

This commit is contained in:
itsAzaria
2026-02-20 14:14:13 +00:00
parent a628eea61f
commit 6cd3504d76
4 changed files with 66 additions and 6 deletions
+1
View File
@@ -17,6 +17,7 @@ class Emote extends Model
protected $casts = [
'emote_id' => 'string',
'guild_id' => 'string',
'image' => 'string',
];
public function logs()