Skip to content

Commit

Permalink
+changed update url, bcause no domain
Browse files Browse the repository at this point in the history
  • Loading branch information
sp0ok3r committed Oct 27, 2021
1 parent 663f930 commit b0da97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MercuryBOT/Program.cs
Expand Up @@ -26,7 +26,7 @@ static class Program
public static readonly string BOTNAME = "MercuryBOT";
public static readonly string Version = "4.0.0beta6.4b";//4.0.0

public static readonly string spkDomain = "http://sp0ok3r.tk/Mercury/";
public static readonly string spkDomain = "http://51.89.23.36/sp0ok3r/Mercury/";

public static readonly string ExecutablePath = Path.GetDirectoryName(Application.ExecutablePath);
public static readonly string AccountsJsonFile = ExecutablePath + @"\Accounts.json";
Expand Down

0 comments on commit b0da97e

Please sign in to comment.