Update plugin description

This commit is contained in:
Visagan Guruparan 2024-01-28 22:20:37 -06:00
parent 910ab43fbd
commit c0b2320010

View file

@ -11,7 +11,7 @@ public class DashboardPlugin : IBotSharpPlugin
{
public string Id => "d42a0c21-b461-44f6-ada2-499510d260af";
public string Name => "Dashboard";
public string Description => "Dashboard that offering real-time statistics on model performance, usage trends, and user feedback";
public string Description => "Dashboard that offers real-time statistics on model performance, usage trends, and user feedback";
public void RegisterDI(IServiceCollection services, IConfiguration config)
{