Readme #9

Merged
LucidKobold merged 5 commits from readme into main 2025-02-19 17:10:25 -05:00
Showing only changes of commit db703e47de - Show all commits

View File

@@ -52,6 +52,8 @@ 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
@@ -60,6 +62,7 @@ project-root/
│ │ │ └──isLCMGroup.ts │ │ │ └──isLCMGroup.ts
│ └── └── index.ts # Bot entry point │ └── └── index.ts # Bot entry point
└── README.md └── README.md
```
3. **Launching the Bot** 3. **Launching the Bot**