diff --git a/packages/disploy/README.md b/packages/disploy/README.md index 1e11e87..2b18e7b 100644 --- a/packages/disploy/README.md +++ b/packages/disploy/README.md @@ -7,7 +7,7 @@
@@ -64,6 +64,7 @@ export const ExampleApp = new App({ logger: { debug: true, }, + commands, }); ExampleApp.start({ @@ -71,10 +72,6 @@ ExampleApp.start({ token, publicKey, }); - -for (const command of commands) { - ExampleApp.commands.registerCommand(command); -} ``` Setting up an array of commands: