Skip to content

Commit

Permalink
feat: add icon_url property to embed author object (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeize authored Oct 6, 2024
1 parent 9d60288 commit 0802dc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/short-pumpkins-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@buape/carbon": minor
---

feat: add icon_url property to embed author object
1 change: 1 addition & 0 deletions packages/carbon/src/classes/Embed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class Embed {
author?: {
name: string
url?: string
icon_url?: string
}

fields?: {
Expand Down

0 comments on commit 0802dc2

Please sign in to comment.