Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaltin committed Jul 16, 2024
1 parent d161be6 commit 78458ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ Data in this file is in `key=value` pairs so any line that does not have a `=` w

Discord application id can be created by navigating to the [Discord developer dashboard](https://discord.com/developers/applications) and creating an application. The asset link should be a link to the player's icon, this is what you'll see as both the small icon and the large one if no album art is keyed.

The console color should be a valid [ConsoleColor](https://learn.microsoft.com/en-us/dotnet/api/system.consolecolor?view=net-8.0#fields), as seen in the image ![ConsoleColors](assets/consolecolors.png)
The console color should be a valid [ConsoleColor](https://learn.microsoft.com/en-us/dotnet/api/system.consolecolor?view=net-8.0#fields), as seen in the image below:

![ConsoleColors](assets/consolecolors.png)

To complete the process, open `DiscordPresenceConfig.ini` and follow the format `executable name=enabled=discord application id` in a similar style to the above.

Expand Down

0 comments on commit 78458ca

Please sign in to comment.