Added UI support for LINUX KDE Plasma
This commit is contained in:
@@ -4,6 +4,7 @@ using Discord;
|
||||
using Discord.Commands;
|
||||
using Discord.WebSocket;
|
||||
using PluginManager.Others;
|
||||
using PluginManager.UX;
|
||||
|
||||
namespace PluginManager.Bot;
|
||||
|
||||
@@ -121,6 +122,7 @@ public class Boot
|
||||
private Task Ready()
|
||||
{
|
||||
isReady = true;
|
||||
UxHandler.ShowNotification("SethBot", "Seth Discord Bot is now up and running !").Wait();
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user