mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-05-11 14:05:52 -03:00
fix: error message points to real path (/plugin manage), not nonexistent subcommand
/plugin reconfigure doesn't exist. The actual path is /plugin manage →
select plugin → Configure options (ManagePlugins.tsx:1692).
🏠 Remote-Dev: homespace
This commit is contained in:
parent
cbfd4c8c82
commit
c7c5162e4a
@ -58,7 +58,7 @@ const STATIC = process.env.DISCORD_ACCESS_MODE === 'static'
|
||||
if (!TOKEN) {
|
||||
process.stderr.write(
|
||||
`discord channel: DISCORD_BOT_TOKEN required\n` +
|
||||
` configure via: /plugin reconfigure discord\n` +
|
||||
` re-enter via: /plugin manage → discord → Configure options\n` +
|
||||
` (stored in keychain/credentials.json, not settings.json)\n`,
|
||||
)
|
||||
process.exit(1)
|
||||
|
||||
@ -47,7 +47,7 @@ const STATIC = process.env.TELEGRAM_ACCESS_MODE === 'static'
|
||||
if (!TOKEN) {
|
||||
process.stderr.write(
|
||||
`telegram channel: TELEGRAM_BOT_TOKEN required\n` +
|
||||
` configure via: /plugin reconfigure telegram\n` +
|
||||
` re-enter via: /plugin manage → telegram → Configure options\n` +
|
||||
` (stored in keychain/credentials.json, not settings.json)\n`,
|
||||
)
|
||||
process.exit(1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user