diff --git a/README.md b/README.md index 6a56e14..c933586 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ The plugin displays the file name of the binary in the current view as well as the elapsed time. +Note that by default, file names will be hidden. To allow file name reporting, disable the `discordpresence.hideFile` setting. + ## Requirements The plugin uses [`pypresence`](https://pypi.org/project/pypresence/) for the Discord integration. Should be automatically installed by the plugin manager. diff --git a/plugin.json b/plugin.json index 1ca42d3..1fc73c4 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "pluginmetadataversion": 2, - "name": "Discord Rich Presence", + "name": "Discord Integration", "type": [ "helper" ],