mirror of https://gitlab.com/litecord/litecord.git
storage: add stub for emoji.available
This commit is contained in:
parent
b66e5e0443
commit
ae26f20705
|
|
@ -1269,6 +1269,7 @@ class Storage:
|
|||
|
||||
uploader_id = drow.pop("uploader_id")
|
||||
drow["user"] = await self.get_user(uploader_id)
|
||||
drow["available"] = True
|
||||
|
||||
return drow
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue