Update Program.cs

This commit is contained in:
Stone-Red-Code
2021-04-14 11:54:10 +02:00
parent f0fcbc03c5
commit ce4fb237b3
+1
View File
@@ -27,6 +27,7 @@ namespace DiscordCLI
token = File.ReadAllText(tokenPath);
tokenInput:
while (string.IsNullOrWhiteSpace(token))
{
Console.Write("Enter auth token: ");
token = Console.ReadLine();