Skip to content

Commit 7adcaa8

Browse files
committed
prevent pause from breaking small text
1 parent c0252dd commit 7adcaa8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/DiscordRPC/src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ class WebSocketTransport {
117117
...(paused
118118
? {
119119
small_image: "paused-icon",
120-
small_text: "Paused",
121120
}
122121
: {}),
123122
},

0 commit comments

Comments
 (0)