/[sudobot]/trunk/docs/app/(docs)/extensions/creating-extensions-for-v9/page.mdx
ViewVC logotype

Diff of /trunk/docs/app/(docs)/extensions/creating-extensions-for-v9/page.mdx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 598 by rakinar2, Mon Jul 29 17:59:26 2024 UTC revision 599 by rakinar2, Wed Aug 7 14:51:05 2024 UTC
# Line 234  bun install -D Line 234  bun install -D
234  bun run build  bun run build
235  ```  ```
236    
237  This will take a little bit time. After that, you're ready to go. You can now start the bot from the main project root (assuming you've build it already):  This will take a little bit time. After that, you're ready to go. You can now start the bot from the main project root (assuming you've built it already):
238    
239  ```bash  ```bash
240  npm start  npm start
241  ```  ```
242    
243    Or using Bun (no build step required):
244    
245    ```bash
246    bun dev
247    ```
248    
249  And then if everything was configured correctly, the `hello` command will be loaded and can be executed on any server.  And then if everything was configured correctly, the `hello` command will be loaded and can be executed on any server.
250    
251  Congratulations, you've just built an extension for SudoBot!  Congratulations, you've just built an extension for SudoBot!

Legend:
Removed from v.598  
changed lines
  Added in v.599

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26