update readme #14

Merged
LucidKobold merged 1 commits from readme into main 2025-02-19 20:31:08 -05:00

View File

@@ -56,11 +56,11 @@ Follow these steps to set up and run your bot using this template:
``` ```
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
``` ```