Skip to content

Commit c71dd0e

Browse files
committed
Added rimshot command
1 parent e3bac00 commit c71dd0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Fritz.Chatbot/Commands/SoundFxCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public SoundFxCommand(IHubContext<AttentionHub, IAttentionHubClient> hubContext)
3131
{ "ohmy", ("Oh my... something strange is happening", "ohmy.mp3", TimeSpan.FromSeconds(30) ) },
3232
{ "andthen", ("... and then ...", "andthen#.mp3", TimeSpan.FromSeconds(120) ) },
3333
{ "javascript", ("Horses LOVE JavaScript!", "javascript.mp3", TimeSpan.FromSeconds(30) ) },
34+
{ "rimshot", ("Ba Dum Tish!", "rimshot.mp3", TimeSpan.FromSeconds(60)) }
3435
};
3536

3637
private static readonly List<string> AndThens = new List<string>();

0 commit comments

Comments
 (0)