From 9715ab4274ebb3a810fcea9f9bdb873464618f3a Mon Sep 17 00:00:00 2001 From: Pawan Akhil Date: Mon, 8 Mar 2021 19:51:17 +0530 Subject: [PATCH] Fixed field name in GuildTemplate Interface (#505) Replaced "user" field name with "creator". Co-authored-by: ayntee --- src/types/guild.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/guild.ts b/src/types/guild.ts index e31b0147f..8350f152c 100644 --- a/src/types/guild.ts +++ b/src/types/guild.ts @@ -683,7 +683,7 @@ export interface GuildTemplate { /** the ID of the user who created the template */ "creator_id": string; /** the user who created the template */ - user: UserPayload; + creator: UserPayload; /** when this template was created */ "created_at": string; /** when this template was last synced to the source guild */