diff --git a/litecord/blueprints/webhooks.py b/litecord/blueprints/webhooks.py index 26675be..fb5e7b7 100644 --- a/litecord/blueprints/webhooks.py +++ b/litecord/blueprints/webhooks.py @@ -78,6 +78,8 @@ async def get_webhook( drow = dict(row) + drow["type"] = 1 + drow["user"] = await app.storage.get_user(row["creator_id"]) drow.pop("creator_id")