From 502466248589bc960d88c910395fb3002f6fe8d9 Mon Sep 17 00:00:00 2001 From: riya <54314240+riya69@users.noreply.github.com> Date: Tue, 2 Mar 2021 09:41:17 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6d12d3..b85b757 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ -# Discord-Cache-Viewer +# Discord Cache Viewer Converts cache files to PNG (if possible) using pure C# ## How to use it +Go to `Discord Cache Viewer/bin/Debug` and download the `Discord Cache Viewer.exe` file. + +Then run it, and paste your Cache folder's location (for me: `C:\Users\%username%\AppData\Roaming\discord\Cache`), then it'll start checking for valid PNG files and then convert them so you can easily just double-click and view them. + +## Warning +This doesn't backup your cache, it'll instead override it and your cache will become invalid until Discord caches everything again, which may cause significant slowdowns for a short period of time. + +This program also doesn't check a lot for errors (actually, it doesn't do it at all), so if you find a bug, report it in the `Issues` tab and wait for me to either fix it, or you can do it yourself and submit a pull request.