Skip to content

yellowsink/DiscordRichPresencePresets

Repository files navigation

DiscordRichPresencePresets

Packaging status

Discord Rich Presence Presets, is a program written in .NET that adds a custom presence on Discord, with the ability to change presets. For Example you can set a preset for sleeping, e p i c l y gaming, doing homework etc.

Usage

Grab a release from the releases, or just get the latest one. Extract the zip, then run the .exe. If you're on Linux, you can't use this. Check out MoltenCore's python version!

Preview

This is a (very slightly less than last time) BETA™ preview.
Beta

Compiling

Install requirements

You will need the .NET 5 SDK to build this. NOTE THAT YOU NEED TO BE ON WINDOWS!!!! (.NET 5 is cross-platform, but WPF is not.)
Get it from here.

Build it

Just build it

Assuming you are in the repo root, run the following:

dotnet build

Build and run it

Assuming you are in the repo root, run the following:

cd DiscordRichPresencePresets
dotnet run

Publish a release

Assuming you are in the repo root, run the following:

dotnet publish --self-contained false -r win-x64

About

Discord Rich Presence Presets. Pretty obvious what it does.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages