From 8df9e86546df6a6b2ba42a3b26b7890e98d604f7 Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 27 Nov 2024 20:35:45 +0900 Subject: [PATCH] fix --- at.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/at.zsh b/at.zsh index fb3495e..53f5998 100755 --- a/at.zsh +++ b/at.zsh @@ -5,7 +5,6 @@ help=( at.zsh u at-uri at.zsh c at-uri -r ) - host=( bsky.social public.api.bsky.app @@ -21,6 +20,7 @@ lexicon=( function at-env(){ host=bsky.social at_uri=at://did:plc:4hqjfn7m6n5hno3doamuhgef/ai.syui.game.user/syui + handle=yui.syui.ai did=`echo $at_uri|cut -d / -f 3` collection=`echo $at_uri|cut -d / -f 4` rkey=`echo $at_uri|cut -d / -f 5`