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