commit
29c3fa55a3
|
|
@ -3,9 +3,9 @@ using System.Runtime.CompilerServices;
|
|||
|
||||
namespace BotSharp.Plugin.ChatHub.Helpers;
|
||||
|
||||
internal class EventEmitter
|
||||
public class EventEmitter
|
||||
{
|
||||
internal static async Task SendChatEvent<T>(
|
||||
public static async Task SendChatEvent<T>(
|
||||
IServiceProvider services,
|
||||
ILogger logger,
|
||||
string @event,
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ public class SqlSelect : IFunctionCallback
|
|||
{
|
||||
private readonly IServiceProvider _services;
|
||||
public string Name => "util-db-sql_select";
|
||||
public string Indication => "Extracting data";
|
||||
public string Indication => "Generated query statement. I'm pulling the data from database, please wait";
|
||||
|
||||
public SqlSelect(IServiceProvider services)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue