From a7261cce3bb60c6fd6c77f89862080b62827c17e Mon Sep 17 00:00:00 2001 From: Kshitij Sharma Date: Fri, 15 Jun 2018 13:43:52 +0400 Subject: [PATCH] Updated package.json (#70) As, its details.Debugging shouldn't it be, "Debugging {filename}" as opposed to "Editing {filename}" similar to how it is in discord.lowerDetailsDebugging --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f7c237..236cef7 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ }, "discord.detailsDebugging": { "type": "string", - "default": "Editing {filename}", + "default": "Debugging {filename}", "description": "Custom string for the details section of the rich presence when debugging\n\t- '{null}' will be replaced with an empty space.\n\t- '{filename}' will be replaced with the current file name.\n\t- '{dirname}' will get replaced with the folder name that has the current file.\n\t- '{fulldirname}' will get replaced with the full directory name without the current file name.\n\t- '{workspace}' will be replaced with the current workspace name, if any.\n\t- '{currentcolumn}' will get replaced with the current column of the current line.\n\t- '{currentline}' will get replaced with the current line number.\n\t- '{totallines}' will get replaced with the total line number.\n\t- '{filesize}' will get replaced with the current file's size." }, "discord.detailsIdle": {