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 */