ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 1733

DiscordCC

by Rick - 02-25-2019 - 05:37 AM
#1
DiscordCC
a small open source utility that cleans the discord cache

Little do you know every image seen in discord is cached to a hidden directory on your computer.
depending on what servers you are in and what kind of friends you have that might not be such a good thing


So I created this open source project to help users browse delete and manage 
images stored by discord on their computer.

Enjoy!

Download:
Freelance .NET & PHP Developer and Personal/Product GFX Artist
[Image: glJMOVQ.gif]
Reply
#2
nice app you made a mistake

if (Directory.Exists(@"C:\Users\" + userName + @"\AppData\Roaming\discord"))
{
label1.Text = "Version: DiscordPTB";
ver = "discordptb";
discord = @"\discordptb";
}



to

if (Directory.Exists(@"C:\Users\" + userName + @"\AppData\Roaming\discordptb"))
{
label1.Text = "Version: DiscordPTB";
ver = "discordptb";
discord = @"\discordptb";
}

also requires the app to be installed to C:\DiscordCC
Reply
#3
Not really that effective, but still cool. Nice release.
Reply
#4
(02-25-2019 - 05:47 AM)Kakashi Wrote: nice app you made a mistake

                   if (Directory.Exists(@"C:\Users\" + userName + @"\AppData\Roaming\discord"))
                   {
                       label1.Text = "Version: DiscordPTB";
                       ver = "discordptb";
                       discord = @"\discordptb";
                   }



to

                   if (Directory.Exists(@"C:\Users\" + userName + @"\AppData\Roaming\discordptb"))
                   {
                       label1.Text = "Version: DiscordPTB";
                       ver = "discordptb";
                       discord = @"\discordptb";
                   }

also requires the app to be installed to C:\DiscordCC

thanks I kinda threw this together in a couple minutes, but the app does not need to be installed to C:\DiscordCC it can run from anywhere.
Freelance .NET & PHP Developer and Personal/Product GFX Artist
[Image: glJMOVQ.gif]
Reply

Users browsing: 6 Guest(s)