From 187e6bc1f221f5b4a4cb5a2ebe6ddb66780cc2d8 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Thu, 13 May 2021 02:57:20 +0530 Subject: *New Feature * Cowin API integration * Command ```!vaccine 110009 25-05-2021``` --- src/configs/commands.config.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/configs') 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 -- cgit v1.2.3