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! |