We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d6899 commit 15b50c2Copy full SHA for 15b50c2
README.md
@@ -35,17 +35,17 @@ docker run --env-file .env tphdocsbot:latest
35
In order to register the commands globally, run
36
37
```console
38
-npm run registerGlobalCommands
+npm run register-guild-commands
39
```
40
41
For registering guild-specific commands (Recommended for testing)
42
43
44
-npm run registerGuildCommands
45
46
47
Afterwards to reset guild commands, (To avoid duplication of global and guild-specific commands)
48
49
50
-npm run resetGuildCommands
+npm run reset-guild-commands
51
0 commit comments