We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cad9200 + 8aa0646 commit 0014f3fCopy full SHA for 0014f3f
src/Infrastructure/BotSharp.Abstraction/Rules/IRuleTrigger.cs
@@ -4,7 +4,7 @@ public interface IRuleTrigger
4
{
5
string Channel => throw new NotImplementedException("Please set the channel of trigger");
6
7
- string Name { get; set; }
+ string Name => throw new NotImplementedException("Please set the name of trigger");
8
9
string EntityType { get; set; }
10
0 commit comments