diff options
author | Indrajith K L | 2021-05-26 10:20:40 +0530 |
---|---|---|
committer | Indrajith K L | 2021-05-26 10:20:40 +0530 |
commit | 2d17e95543479c6114a009b64f7945c78b3d2b78 (patch) | |
tree | 20ae7b90c85532aee411271d379305a86aee29c8 /README.md | |
parent | 368bfdf04df06b952688daa27102546e103019a0 (diff) | |
parent | c0615f8aebfe52418ad86a90619152d5a8c3b8ba (diff) | |
download | radio-bot-2d17e95543479c6114a009b64f7945c78b3d2b78.tar.gz radio-bot-2d17e95543479c6114a009b64f7945c78b3d2b78.tar.bz2 radio-bot-2d17e95543479c6114a009b64f7945c78b3d2b78.zip |
Merge branch 'main' of github.com:cooljith91112/lul-bot
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |