From 3850aec1db2d3300db1025f7860a80e95aa7a968 Mon Sep 17 00:00:00 2001 From: Lucid Kobold <72232219+LucidKobold@users.noreply.github.com> Date: Wed, 19 Feb 2025 20:29:12 -0500 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 57901a2..5548591 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,11 @@ Follow these steps to set up and run your bot using this template: ``` project-root/ ├── src - │ ├── bot # Code related to bot - │ │ ├── features # Bot features - │ │ │ ├──helpCommand.ts - │ │ │ └──isLCMGroup.ts - │ └── └── index.ts # Bot entry point + │ ├── bot # Code related to bot + │ │ ├── features # Bot features + │ │ ├── helpCommand.ts + │ │ └── isLCMGroup.ts + │ └── index.ts # Bot entry point └── README.md ```