From b7e63b11a0f34fb465c11736d91233b3c49028a5 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 31 Jan 2025 22:53:45 -0500 Subject: big guy --- src/gizmo/wasp-friend.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gizmo/wasp-friend.el') diff --git a/src/gizmo/wasp-friend.el b/src/gizmo/wasp-friend.el index 6eb5222f..0432040d 100644 --- a/src/gizmo/wasp-friend.el +++ b/src/gizmo/wasp-friend.el @@ -336,7 +336,7 @@ If K is specified, call it after the response." (defun w/friend-callout-holiday () "Call to respond to the current holiday." - (w/friend-respond "It's a beautiful day today! Say something about it!")) + (w/friend-respond "We're restoring a crumbling mansion to it's former glory. Say something about that please!")) (defun w/friend-callout-hexamedia () "Call to respond to a random recent chatter's Hexamedia card collection." @@ -414,7 +414,7 @@ If K is specified, call it after the response." (defun w/friend-callout-resolution () "Call to respond to a random recent chatter's resolve." (when-let* - ((users (-filter #'cdr (--map (cons (car it) (alist-get :resolution (w/user-cache-get (car it)))) (-take 10 w/twitch-chat-history)))) + ((users (-filter #'cdr (--map (cons (car it) (alist-get :resolution2025 (w/user-cache-get (car it)))) (-take 10 w/twitch-chat-history)))) (user (and users (nth (random (length users)) users)))) (if (s-match (rx (one-or-more digit) (zero-or-more space) "x" (zero-or-more space) (one-or-more digit)) (cdr user)) (w/friend-respond -- cgit v1.2.3