๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

ai: swap echo for say

Ducky 2e322460 0e8d773c

+2 -2
+2 -2
src/commands/ai.sh
··· 5 5 error="$(atfile.util.get_xrpc_error $? "$ai_art_record")" 6 6 7 7 if [[ -z "$error" ]]; then 8 - echo "$ai_art_record" | jq -r .value.text 8 + atfile.say "$(echo "$ai_art_record" | jq -r .value.text)" 9 9 else 10 - echo ":(" 10 + atfile.say ":(" 11 11 fi 12 12 }