mirror of
https://github.com/phin05/discord-rich-presence-plex
synced 2024-11-22 01:23:02 +00:00
Update discordRichPresencePlex.py
This commit is contained in:
parent
157d620cdb
commit
d427dd334d
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class discordRichPresencePlex(discordRichPresence):
|
||||||
"state": extra,
|
"state": extra,
|
||||||
"assets": {
|
"assets": {
|
||||||
"large_text": "Plex",
|
"large_text": "Plex",
|
||||||
"large_image": "plexLogo",
|
"large_image": "logo",
|
||||||
"small_text": state.capitalize(),
|
"small_text": state.capitalize(),
|
||||||
"small_image": state
|
"small_image": state
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue