Skip to content

Commit 8aa0646

Browse files
author
Haiping Chen
committed
Make name readonly
1 parent cad9200 commit 8aa0646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Infrastructure/BotSharp.Abstraction/Rules/IRuleTrigger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public interface IRuleTrigger
44
{
55
string Channel => throw new NotImplementedException("Please set the channel of trigger");
66

7-
string Name { get; set; }
7+
string Name => throw new NotImplementedException("Please set the name of trigger");
88

99
string EntityType { get; set; }
1010

0 commit comments

Comments
 (0)