Update readme
This commit is contained in:
24
README.md
24
README.md
@@ -51,20 +51,20 @@ Follow these steps to set up and run your bot using this template:
|
|||||||
|
|
||||||
3. **Remove references of LCM from your code.**
|
3. **Remove references of LCM from your code.**
|
||||||
|
|
||||||
Remove references of LCM fromm the following files:
|
Remove references of LCM fromm the following files:
|
||||||
|
|
||||||
```
|
```
|
||||||
project-root/
|
project-root/
|
||||||
├── src
|
├── src
|
||||||
│ ├── bot # Code related to bot
|
│ ├── bot # Code related to bot
|
||||||
│ │ ├── features # Bot features
|
│ │ ├── features # Bot features
|
||||||
│ │ │ ├──helpCommand.ts
|
│ │ │ ├──helpCommand.ts
|
||||||
│ │ │ └──isLCMGroup.ts
|
│ │ │ └──isLCMGroup.ts
|
||||||
│ └── └── index.ts # Bot entry point
|
│ └── └── index.ts # Bot entry point
|
||||||
└── README.md
|
└── README.md
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **Launching the Bot**
|
4. **Launching the Bot**
|
||||||
|
|
||||||
You can run your bot in both development and production modes.
|
You can run your bot in both development and production modes.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user