Skip to content

Commit

Permalink
Add buttons to example.json and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Radiicall committed Jun 25, 2023
1 parent 33b3c50 commit 5a0cec0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,17 @@ If you're unsure about the directory then run jellyfin-rpc and it will tell you
}
},
"discord": {
"application_id": "1053747938519679018"
"application_id": "1053747938519679018",
"buttons": [
{
"name": "dynamic",
"url": "dynamic"
},
{
"name": "dynamic",
"url": "dynamic"
}
]
},
"imgur": {
"client_id": "asdjdjdg394209fdjs093"
Expand Down
12 changes: 11 additions & 1 deletion example.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@
}
},
"discord": {
"application_id": "1053747938519679018"
"application_id": "1053747938519679018",
"buttons": [
{
"name": "dynamic",
"url": "dynamic"
},
{
"name": "dynamic",
"url": "dynamic"
}
]
},
"imgur": {
"client_id": "asdjdjdg394209fdjs093"
Expand Down

0 comments on commit 5a0cec0

Please sign in to comment.