Skip to content

Commit 9170481

Browse files
committed
Changed the Jon Skeet command trigger to jonskeet
1 parent 977b71a commit 9170481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fritz.Chatbot/Commands/SkeetCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public SkeetCommand(string[] quotes)
2626
_quotes = quotes;
2727
}
2828

29-
public string Trigger => "skeet";
29+
public string Trigger => "jonskeet";
3030
public string Description => "Return a random quote about Jon Skeet to the chat room";
3131

3232
public async Task Execute(IChatService chatService, string userName, ReadOnlyMemory<char> rhs)

0 commit comments

Comments
 (0)