Skip to content

Commit

Permalink
✨ Buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas950 committed Jan 21, 2021
1 parent c07d413 commit 88dd673
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions @types/premid/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ interface PresenceData {
* tooltip for the smallImageKey
*/
smallImageText?: string;
/**
* Array of buttons, max 2, label is the button text, and url is the link
*/
buttons?: { label: string; url: string }[];
}
/**
* Options that change the behavior of the presence
Expand Down

0 comments on commit 88dd673

Please sign in to comment.