mirror of
https://github.com/Stone-Red-Code/DiscordCLI.git
synced 2026-09-04 00:55:58 +02:00
Update Program.cs
This commit is contained in:
@@ -27,6 +27,7 @@ namespace DiscordCLI
|
||||
token = File.ReadAllText(tokenPath);
|
||||
|
||||
tokenInput:
|
||||
while (string.IsNullOrWhiteSpace(token))
|
||||
{
|
||||
Console.Write("Enter auth token: ");
|
||||
token = Console.ReadLine();
|
||||
|
||||
Reference in New Issue
Block a user