mirror of
https://github.com/sern-handler/create-bot
synced 2026-06-20 23:02:26 +00:00
16 lines
115 B
Markdown
16 lines
115 B
Markdown
# How to use
|
|
|
|
1.) Build
|
|
```
|
|
npm run build
|
|
```
|
|
2.) Run
|
|
```
|
|
node .
|
|
```
|
|
3.) Publish
|
|
```
|
|
npm run commands:publish
|
|
```
|
|
|