From 84a3a419c9426543d905b6932c112edbf935b9f5 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 15 Aug 2020 02:38:42 -0500 Subject: [PATCH] Modify Discord rich presence --- Discord.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Discord.json b/Discord.json index ee28769..673c2b0 100755 --- a/Discord.json +++ b/Discord.json @@ -1,8 +1,8 @@ { "strings": { - "DISCORD_RICHPRESENCE_STATE_IN_SINGLEPLAYER_GAME": "Singleplayer", - "DISCORD_RICHPRESENCE_STATE_IN_LOBBY_GAME": "Playing in a Group", - "DISCORD_RICHPRESENCE_STATE_IN_SERVER_GAME": "Playing on a Server", - "DISCORD_RICHPRESENCE_STATE_IN_LOBBY_MENU": "Creating a Group" + "DISCORD_RICHPRESENCE_STATE_IN_SINGLEPLAYER_GAME": "Playing with Himself", + "DISCORD_RICHPRESENCE_STATE_IN_LOBBY_GAME": "Dying with Friends", + "DISCORD_RICHPRESENCE_STATE_IN_SERVER_GAME": "Dying with Randos", + "DISCORD_RICHPRESENCE_STATE_IN_LOBBY_MENU": "Join my Game, Fuckheads" } }