From 59da9b295bee4cb4b0e7e8f38a6e8ccd3c8f4171 Mon Sep 17 00:00:00 2001 From: Wizzy69 Date: Sun, 28 May 2023 19:14:39 +0300 Subject: [PATCH] --- DiscordBot/DiscordBot.csproj | 2 +- DiscordBot/Program.cs | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/DiscordBot/DiscordBot.csproj b/DiscordBot/DiscordBot.csproj index b04783d..79b9150 100644 --- a/DiscordBot/DiscordBot.csproj +++ b/DiscordBot/DiscordBot.csproj @@ -7,7 +7,7 @@ False True - 1.0.2.0 + 1.0.2.2 none diff --git a/DiscordBot/Program.cs b/DiscordBot/Program.cs index c8a5a2c..b0b087d 100644 --- a/DiscordBot/Program.cs +++ b/DiscordBot/Program.cs @@ -223,11 +223,7 @@ public class Program Console.WriteLine("Current version: " + currentVersion); Console.WriteLine("Latest version: " + newVersion); - Console.WriteLine("Woud you like to go to the download page ? (y/n)"); - if (Console.ReadKey().Key == ConsoleKey.Y) - { - Process.Start($"https://github.com/Wizzy69/SethDiscordBot/releases/tag/v{newVersion}"); - } + Console.WriteLine($"Download from here: https://github.com/Wizzy69/SethDiscordBot/releases/tag/v{newVersion}"); Console.WriteLine("Press any key to continue ..."); Console.ReadKey();