- Clone this repo and install dependencies
npm install - Create .env file or open Environment Variables
- Make a
BOT_TOKENkey and set your token as the value - Make a
BOT_OWNERkey and set your user id as the value - Make a
BOT_PREFIXkey and set your prefix as the value npm start
- !global
- Video Where I made Command
- Gets Global Date On Covid-19
- !state (US state)
- Video Where I made Command
- Provide a valid US state as the first argument
- Gets Data for each state
- !states (metric)
- Video Where I made Command
- Provide metric to sort by(list below)
- Gets data for all states and sorts by metric specified (greatest->least)
- Valid Metrics For Command 3
const metrics: string[]=["cases","deaths","active","recovered","tests","population"]```
- Valid Metrics For Command 2
export const states: string[] = [ "California", "Texas", "Florida", "New York", "Illinois", "Ohio", "Georgia", "Pennsylvania", "Tennessee", "North Carolina", "Arizona", "Michigan", "Indiana", "New Jersey", "Wisconsin", "Missouri", "Minnesota", "Massachusetts", "Alabama", "Virginia", "Colorado", "Louisiana", "South Carolina", "Oklahoma", "Iowa", "Maryland", "Utah", "Kentucky", "Washington", "Arkansas", "Kansas", "Nevada", "Mississippi", "Connecticut", "Nebraska", "New Mexico", "Idaho", "Oregon", "South Dakota", "North Dakota", "West Virginia", "Rhode Island", "Montana", "Delaware", "Alaska", "New Hampshire", "Wyoming", "District Of Columbia", "Maine", "Hawaii", "Vermont", "Puerto Rico", "Guam", "United States Virgin Islands", "Northern Mariana Islands", "American Samoa", "US Military", "Veteran Affairs", "Federal Prisons", "Navajo Nation", "Grand Princess Ship", "Wuhan Repatriated", "Diamond Princess Ship", ];