diff options
Diffstat (limited to 'definitions/structs/embed_author.yml')
| -rw-r--r-- | definitions/structs/embed_author.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/definitions/structs/embed_author.yml b/definitions/structs/embed_author.yml index 1e649f9..b0c1fd2 100644 --- a/definitions/structs/embed_author.yml +++ b/definitions/structs/embed_author.yml @@ -8,12 +8,14 @@ description: > fields: - name: icon_url description: The URL of the author icon. Note this only supports HTTP(s). + optional: true type: string - name: name description: The name of the author. type: string - name: proxy_icon_url description: A proxied URL of the author icon. + optional: true type: string - name: url description: The URL of the author. |