aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIndrajith K L2021-05-26 10:20:40 +0530
committerIndrajith K L2021-05-26 10:20:40 +0530
commit2d17e95543479c6114a009b64f7945c78b3d2b78 (patch)
tree20ae7b90c85532aee411271d379305a86aee29c8 /README.md
parent368bfdf04df06b952688daa27102546e103019a0 (diff)
parentc0615f8aebfe52418ad86a90619152d5a8c3b8ba (diff)
downloadlul-bot-2d17e95543479c6114a009b64f7945c78b3d2b78.tar.gz
lul-bot-2d17e95543479c6114a009b64f7945c78b3d2b78.tar.bz2
lul-bot-2d17e95543479c6114a009b64f7945c78b3d2b78.zip
Merge branch 'main' of github.com:cooljith91112/lul-bot
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 78538da..04db35b 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
## Documentation
- ```main.js``` is the entry file
-- ```commands.config.json``` is the main config file which holds the ```command``` & ```command``` file path.
+- ```commands.config.json``` is the main config file which holds the ```command``` & ```command file path``` .
- ```src/commands``` folder contains all the commands that is configured in ```commands.config.json```. A mandatory method ```execute``` should be implemented, that will be the default execution method while triggerring a command
### Prerequisites