Modify Discord rich presence

This commit is contained in:
Salt 2020-08-15 02:38:42 -05:00
parent eb49659181
commit 84a3a419c9

View File

@ -1,8 +1,8 @@
{ {
"strings": { "strings": {
"DISCORD_RICHPRESENCE_STATE_IN_SINGLEPLAYER_GAME": "Singleplayer", "DISCORD_RICHPRESENCE_STATE_IN_SINGLEPLAYER_GAME": "Playing with Himself",
"DISCORD_RICHPRESENCE_STATE_IN_LOBBY_GAME": "Playing in a Group", "DISCORD_RICHPRESENCE_STATE_IN_LOBBY_GAME": "Dying with Friends",
"DISCORD_RICHPRESENCE_STATE_IN_SERVER_GAME": "Playing on a Server", "DISCORD_RICHPRESENCE_STATE_IN_SERVER_GAME": "Dying with Randos",
"DISCORD_RICHPRESENCE_STATE_IN_LOBBY_MENU": "Creating a Group" "DISCORD_RICHPRESENCE_STATE_IN_LOBBY_MENU": "Join my Game, Fuckheads"
} }
} }