social-agent-cli 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install.ts +1 -1
- package/package.json +1 -1
package/install.ts
CHANGED
|
@@ -119,7 +119,7 @@ Bu dosyayı düzenlemek için: ${promptPath}
|
|
|
119
119
|
if (wantMastodon.toLowerCase() === "e") {
|
|
120
120
|
const mastodonInstance = await ask(rl, "Mastodon sunucu adresi (ör: mastodon.social)");
|
|
121
121
|
if (mastodonInstance) {
|
|
122
|
-
const mastodonToken = await ask(rl, `
|
|
122
|
+
const mastodonToken = await ask(rl, `"Erişim belirteciniz" / "Your access token" (İstemci anahtarı DEĞİL!)`);
|
|
123
123
|
if (mastodonToken) {
|
|
124
124
|
config.mastodon = {
|
|
125
125
|
instanceUrl: `https://${mastodonInstance}`,
|