Fixed field name in GuildTemplate Interface (#505)

Replaced "user" field name with "creator".

Co-authored-by: ayntee <ayyantee@gmail.com>
This commit is contained in:
Pawan Akhil
2021-03-08 18:21:17 +04:00
committed by GitHub
co-authored by ayntee
parent 544c3c3af2
commit 9715ab4274
+1 -1
View File
@@ -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 */