aboutsummaryrefslogtreecommitdiff
path: root/src/configs
diff options
context:
space:
mode:
authorIndrajith K L2021-05-13 02:57:20 +0530
committerIndrajith K L2021-05-13 02:57:54 +0530
commit187e6bc1f221f5b4a4cb5a2ebe6ddb66780cc2d8 (patch)
tree827ace7fb510da15fa76510a3b1db5ad3fe1ea5a /src/configs
parent4868721d30319a8213279e1fb72e482487681e68 (diff)
downloadlul-bot-187e6bc1f221f5b4a4cb5a2ebe6ddb66780cc2d8.tar.gz
lul-bot-187e6bc1f221f5b4a4cb5a2ebe6ddb66780cc2d8.tar.bz2
lul-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.json5
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