This repository was archived by the owner on Sep 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public static class Program
3030 public static UpdateInfo UpdateStatus ;
3131
3232 public static bool RCCKMade ;
33- public static DiscordRpcClient discordClient = new DiscordRpcClient ( "692110664948514836" ) ;
33+ public static DiscordRpcClient discordClient = new DiscordRpcClient ( Constants . DiscordRPCAppID ) ;
3434 public static Timestamps discordTime = Timestamps . Now ;
3535
3636 public static string Indentation => OptionsObject . Editor_ReplaceTabsToWhitespace
Original file line number Diff line number Diff line change 33 public class Constants
44 {
55 public static string GitHubNewIssueLink = "https://github.com/Hexer10/SPCode/issues/new" ;
6+ public static string DiscordRPCAppID = "692110664948514836" ;
67 }
78}
You can’t perform that action at this time.
0 commit comments