diff options
| author | LLLL Colonq <llll@colonq> | 2025-01-31 22:53:45 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-01-31 22:53:45 -0500 |
| commit | b7e63b11a0f34fb465c11736d91233b3c49028a5 (patch) | |
| tree | fc5ce99516cbed6d41b4293419222a1e277ef0cb /src/gizmo/wasp-friend.el | |
| parent | d293e0a48427a224e4d3c4c4099b604d59ccabcf (diff) | |
big guy
Diffstat (limited to 'src/gizmo/wasp-friend.el')
| -rw-r--r-- | src/gizmo/wasp-friend.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
