From abdc0ba881a7bd2f26a6da7de8e430a0bf8d95e8 Mon Sep 17 00:00:00 2001 From: ApfelTeeSaft <91074565+ApfelTeeSaft@users.noreply.github.com> Date: Wed, 13 Sep 2023 23:57:39 +0200 Subject: [PATCH] V0.2 --- Discord-Terminal/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Discord-Terminal/Program.cs b/Discord-Terminal/Program.cs index 50620b8..fe42816 100644 --- a/Discord-Terminal/Program.cs +++ b/Discord-Terminal/Program.cs @@ -13,6 +13,7 @@ class Program private static async Task Main(string[] args) { // Ask the user for the bot token + Console.Title = "Made with ❤️ by apfelteesaft"; Console.Write("Enter your bot's token: "); string token = Console.ReadLine();