Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Remove Has RHRExpansion rich presence text
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo27 committed Jul 19, 2018
1 parent c56fce6 commit ba5ebc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class DefaultRichPresence(state: String = "",
val hasExpansion = RHRE3.VERSION >= VersionHistory.RHRE_EXPANSION
startTimestamp = RHRE3Application.instance.startTimeMillis / 1000L // Epoch seconds
largeImageKey = if (hasExpansion) DiscordHelper.EXPANSION_LARGE_IMAGE else DiscordHelper.DEFAULT_LARGE_IMAGE
largeImageText = (if (hasExpansion) "This user has the RHRExpansion.\n" else "") + RHRE3.GITHUB
largeImageText = RHRE3.GITHUB
smallImageKey = smallIcon
smallImageText = smallIconText
this.state = state
Expand Down

0 comments on commit ba5ebc3

Please sign in to comment.