Improved web ui
This commit is contained in:
@@ -6,7 +6,6 @@ using System.Reflection;
|
||||
|
||||
namespace DiscordBot;
|
||||
|
||||
|
||||
public static class Entry
|
||||
{
|
||||
/// <summary>
|
||||
@@ -46,7 +45,7 @@ public static class Entry
|
||||
\___ \ / _ \ __| '_ \ | | | | / __|/ __/ _ \| '__/ _` | | _ < / _ \| __|
|
||||
____) | __/ |_| | | | | |__| | \__ \ (_| (_) | | | (_| | | |_) | (_) | |_
|
||||
|_____/ \___|\__|_| |_| |_____/|_|___/\___\___/|_| \__,_| |____/ \___/ \__|
|
||||
|
||||
(Console Application)
|
||||
|
||||
";
|
||||
public static void Main(string[] args)
|
||||
|
||||
@@ -65,7 +65,7 @@ public class Program
|
||||
var token = Application.CurrentApplication.ApplicationEnvironmentVariables.Get<string>("token");
|
||||
var prefix = Application.CurrentApplication.ApplicationEnvironmentVariables.Get<string>("prefix");
|
||||
|
||||
DiscordBotApplication discordApp = new (token, prefix);
|
||||
var discordApp = new DiscordBotApplication(token, prefix);
|
||||
await discordApp.StartAsync();
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user