File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
BotSharp.Plugin.ChatHub/Helpers
BotSharp.Plugin.SqlDriver/UtilFunctions Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
namespace BotSharp . Plugin . ChatHub . Helpers ;
5
5
6
- internal class EventEmitter
6
+ public class EventEmitter
7
7
{
8
- internal static async Task SendChatEvent < T > (
8
+ public static async Task SendChatEvent < T > (
9
9
IServiceProvider services ,
10
10
ILogger logger ,
11
11
string @event ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public class SqlSelect : IFunctionCallback
9
9
{
10
10
private readonly IServiceProvider _services ;
11
11
public string Name => "util-db-sql_select" ;
12
- public string Indication => "Extracting data" ;
12
+ public string Indication => "Generated query statement. I'm pulling the data from database, please wait " ;
13
13
14
14
public SqlSelect ( IServiceProvider services )
15
15
{
You can’t perform that action at this time.
0 commit comments