aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIndrajith K L2021-04-02 19:15:30 +0530
committerGitHub2021-04-02 19:15:30 +0530
commitc0615f8aebfe52418ad86a90619152d5a8c3b8ba (patch)
treee6270b1e1c8fdc191724bff6c69aea167f1f5727 /README.md
parent4868721d30319a8213279e1fb72e482487681e68 (diff)
parentb733bbdf86da85afe3f408395ec47825c5fa26c5 (diff)
downloadlul-bot-c0615f8aebfe52418ad86a90619152d5a8c3b8ba.tar.gz
lul-bot-c0615f8aebfe52418ad86a90619152d5a8c3b8ba.tar.bz2
lul-bot-c0615f8aebfe52418ad86a90619152d5a8c3b8ba.zip
Merge pull request #1 from cooljith91112/dev
Command Enhancements & Documentation
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