From db703e47de7f9f4cc8a13ba3892c5a5213189e95 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:04:53 -0500 Subject: [PATCH] Update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9a86fca..96fd865 100644 --- a/README.md +++ b/README.md @@ -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.** Remove references of LCM fromm the following files: + +``` project-root/ ├── src │ ├── bot # Code related to bot @@ -60,6 +62,7 @@ project-root/ │ │ │ └──isLCMGroup.ts │ └── └── index.ts # Bot entry point └── README.md +``` 3. **Launching the Bot**