Skip to content

Commit 15b50c2

Browse files
Update script names
1 parent d2d6899 commit 15b50c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ docker run --env-file .env tphdocsbot:latest
3535
In order to register the commands globally, run
3636

3737
```console
38-
npm run registerGlobalCommands
38+
npm run register-guild-commands
3939
```
4040

4141
For registering guild-specific commands (Recommended for testing)
4242

4343
```console
44-
npm run registerGuildCommands
44+
npm run register-guild-commands
4545
```
4646

4747
Afterwards to reset guild commands, (To avoid duplication of global and guild-specific commands)
4848

4949
```console
50-
npm run resetGuildCommands
50+
npm run reset-guild-commands
5151
```

0 commit comments

Comments
 (0)