blep
This commit is contained in:
parent
8e5a573d37
commit
68002b2c37
1 changed files with 2 additions and 1 deletions
3
index.js
3
index.js
|
@ -139,7 +139,8 @@ function pageUpdate() {
|
|||
<img src="${get_img()}">
|
||||
<p>
|
||||
Playing <span style="color: rgb(255, 100, 150);">${activity.name}</span>
|
||||
<br> ${activity.state}
|
||||
<br> ${activity.state || activity.assets.small_text}
|
||||
<br> ${activity.details || activity.assets.large_text}
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue