fix
This commit is contained in:
parent
73ba449f82
commit
c4b3a4dde7
@ -1,6 +1,6 @@
|
||||
#!/bin/zsh
|
||||
|
||||
function download_character_jpeg(){
|
||||
function download_character_icon(){
|
||||
t=(
|
||||
"https://sketchfab.com/3d-models/cerberus-quirky-series-4379b571b5a440119d1ebaddb0711142"
|
||||
"https://sketchfab.com/3d-models/chinese-dragon-quirky-series-a383d3cf5b004978ac620806558b2924"
|
||||
@ -43,7 +43,7 @@ token_yui=`cat ~/.config/ai/token.json|jq -r .accessJwt`
|
||||
host=bsky.social
|
||||
day=`date --iso-8601=seconds`
|
||||
|
||||
function create_game_chara() {
|
||||
function create_game_character() {
|
||||
t=(
|
||||
ai chinese kirin leviathan phoenix wyvern cerberus dragon kitsune pegasus
|
||||
)
|
||||
@ -106,5 +106,5 @@ function create_game_chara() {
|
||||
|
||||
}
|
||||
|
||||
#download_character_jpeg
|
||||
#create_game_chara
|
||||
#download_character_icon
|
||||
#create_game_character
|
||||
|
Loading…
x
Reference in New Issue
Block a user