Merge pull request #14 from lucid-creations-media/readme

update readme
This commit was merged in pull request #14.
This commit is contained in:
Lucid Kobold
2025-02-19 20:31:08 -05:00
committed by GitHub

View File

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