mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-05-11 14:05:52 -03:00
Restore /reload-plugins step in telegram/discord READMEs
Partially reverts #758. The reload step is not redundant: the configure skill runs before the restart step, so it is not loaded yet when the user types /telegram:configure. CLI prints 'Run /reload-plugins to activate.' after install (pluginInstallationHelpers.ts:529). Mintlify reports confirm users hit 'Unknown skill: discord:configure' at step 3.
This commit is contained in:
parent
61c0597779
commit
b4f0bdd93a
@ -47,8 +47,11 @@ These are Claude Code commands — run `claude` to start a session first.
|
|||||||
Install the plugin:
|
Install the plugin:
|
||||||
```
|
```
|
||||||
/plugin install discord@claude-plugins-official
|
/plugin install discord@claude-plugins-official
|
||||||
|
/reload-plugins
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Check that `/discord:configure` tab-completes. If not, restart your session.
|
||||||
|
|
||||||
**5. Give the server the token.**
|
**5. Give the server the token.**
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@ -27,8 +27,11 @@ These are Claude Code commands — run `claude` to start a session first.
|
|||||||
Install the plugin:
|
Install the plugin:
|
||||||
```
|
```
|
||||||
/plugin install telegram@claude-plugins-official
|
/plugin install telegram@claude-plugins-official
|
||||||
|
/reload-plugins
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Check that `/telegram:configure` tab-completes. If not, restart your session.
|
||||||
|
|
||||||
**3. Give the server the token.**
|
**3. Give the server the token.**
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user