System message fix

This commit is contained in:
ION606
2023-03-11 14:52:24 -05:00
parent 60912c9a0b
commit bc991c84af
4 changed files with 85 additions and 5 deletions
+7 -1
View File
@@ -46,7 +46,13 @@ namespace Discord_Client_Custom
private async void mainPage_Load(object sender, EventArgs e)
{
//Console.WriteLine("ok");
/*if (Environment.GetEnvironmentVariable("userToken") == null)
{
string promptValue = Prompt.ShowDialog("Please enter token", "prompt");
Environment.SetEnvironmentVariable("userToken", promptValue);
}*/
var c = new Connection();
var uInfoRaw = await c.connect(dmFlowPannel);