summaryrefslogtreecommitdiff
path: root/src/wasp-voice-commands.el
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasp-voice-commands.el')
-rw-r--r--src/wasp-voice-commands.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wasp-voice-commands.el b/src/wasp-voice-commands.el
index 20357bf5..1af2bd7e 100644
--- a/src/wasp-voice-commands.el
+++ b/src/wasp-voice-commands.el
@@ -9,11 +9,13 @@
(require 'wasp-obs)
(setq
- w/stream-transcribe-voice-commands
+ w/audio-voice-commands
(list
(cons "mr. beast" (lambda () (soundboard//play-clip "mrbeast.mp3")))
(cons "joel" (lambda () (w/twitch-say (w/pick-random (list "Joel" "EvilJoel")))))
(cons "i can't" (lambda () (cl-incf w/chat-icant-count) (w/chat-update-header-line)))
+ (cons "sorry" (lambda () (cl-incf w/chat-apology-count) (w/chat-update-header-line)))
+ (cons "apologies" (lambda () (cl-incf w/chat-apology-count) (w/chat-update-header-line)))
(cons "lua"
(lambda ()
(progn (w/obs-toggle-brazil)