*New Feature

* Cowin API integration
* Command ```!vaccine 110009 25-05-2021```
This commit is contained in:
Indrajith K L
2021-05-13 02:57:20 +05:30
parent 4868721d30
commit 187e6bc1f2
4 changed files with 60 additions and 0 deletions

View File

@@ -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"
}
]
}