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.
1 parent 977b71a commit 9170481Copy full SHA for 9170481
Fritz.Chatbot/Commands/SkeetCommand.cs
@@ -26,7 +26,7 @@ public SkeetCommand(string[] quotes)
26
_quotes = quotes;
27
}
28
29
- public string Trigger => "skeet";
+ public string Trigger => "jonskeet";
30
public string Description => "Return a random quote about Jon Skeet to the chat room";
31
32
public async Task Execute(IChatService chatService, string userName, ReadOnlyMemory<char> rhs)
0 commit comments