From d9ab0ed797a3b3f619a05b1719b14fe51574d9c6 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:05:27 -0500 Subject: [PATCH] Update readme --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 96fd865..6d55a0d 100644 --- a/README.md +++ b/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.** -Remove references of LCM fromm the following files: + Remove references of LCM fromm the following files: -``` -project-root/ -├── src -│ ├── bot # Code related to bot -│ │ ├── features # Bot features -│ │ │ ├──helpCommand.ts -│ │ │ └──isLCMGroup.ts -│ └── └── index.ts # Bot entry point -└── README.md -``` + ``` + project-root/ + ├── src + │ ├── bot # Code related to bot + │ │ ├── features # Bot features + │ │ │ ├──helpCommand.ts + │ │ │ └──isLCMGroup.ts + │ └── └── index.ts # Bot entry point + └── README.md + ``` -3. **Launching the Bot** +4. **Launching the Bot** You can run your bot in both development and production modes.