Skip to content

Commit afd9cf9

Browse files
committed
hyw
1 parent 6777746 commit afd9cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NapPlana.Net.Core/Event/Handler/BotEventHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public static class BotEventHandler
2020
/// 设置事件处理器实例 (供DI使用)
2121
/// </summary>
2222
/// <param name="instance">事件处理器实例</param>
23-
internal static void SetInstance(IEventHandler instance)
23+
public static void SetInstance(IEventHandler instance)
2424
{
2525
_instance = instance ?? throw new ArgumentNullException(nameof(instance));
2626
}

0 commit comments

Comments
 (0)