Update Discord RPC class

This commit is contained in:
miku-666
2023-04-01 11:12:07 +02:00
parent cc788d35cb
commit 04fda240a2
4 changed files with 29 additions and 11 deletions

View File

@@ -37,6 +37,7 @@ namespace PckStudio
static class Program
{
public static readonly string ProjectUrl = "https://github.com/PhoenixARC/-PCK-Studio";
public static readonly string BaseAPIUrl = "http://api.pckstudio.xyz/api/pck";
public static readonly string BackUpAPIUrl = "https://raw.githubusercontent.com/PhoenixARC/pckstudio.tk/main/studio/PCK/api/";
public static readonly string AppData = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments), "PCK-Studio");