diff options
author | Indrajith K L | 2021-05-13 02:57:20 +0530 |
---|---|---|
committer | Indrajith K L | 2021-05-13 02:57:54 +0530 |
commit | 187e6bc1f221f5b4a4cb5a2ebe6ddb66780cc2d8 (patch) | |
tree | 827ace7fb510da15fa76510a3b1db5ad3fe1ea5a /src/configs | |
parent | 4868721d30319a8213279e1fb72e482487681e68 (diff) | |
download | radio-bot-187e6bc1f221f5b4a4cb5a2ebe6ddb66780cc2d8.tar.gz radio-bot-187e6bc1f221f5b4a4cb5a2ebe6ddb66780cc2d8.tar.bz2 radio-bot-187e6bc1f221f5b4a4cb5a2ebe6ddb66780cc2d8.zip |
*New Feature
* Cowin API integration
* Command ```!vaccine 110009 25-05-2021```
Diffstat (limited to 'src/configs')
-rw-r--r-- | src/configs/commands.config.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/configs/commands.config.json b/src/configs/commands.config.json index 1865374..282de6e 100644 --- a/src/configs/commands.config.json +++ b/src/configs/commands.config.json @@ -19,6 +19,11 @@ "name": "loadout", "description": "Get CoD Mobile User Loadout", "file": "./commands/loadout.js" + }, + { + "name": "vaccine", + "description": "Get Vaccine Availability by Pincode", + "file": "./commands/vaccine.js" } ] }
\ No newline at end of file |