CovidGraph

This is the cog guide for the covidgraph cog. You will find detailed docs about usage and commands.

[p] is considered as your prefix.

Note

To use this cog, you will need to install and load it.

See the Getting my cogs page.

Usage

Get COVID-19 graphs.

Commands

covidgraph

Syntax

[p]covidgraph

Description

Get graphs of COVID-19 data.

covidgraph cases

Syntax

[p]covidgraph cases [days] <country>

Tip

Alias: covidgraph c

Description

Get the number of confirmed cases in a country.

You can optionally specify the number of days to get data for, otherwise it will be all-time.

country can also be world to get the worldwide data.

Examples:
  • [p]covidgraph cases US - All time data for the US

  • [p]covidgraph cases 7 US - Last 7 days for the US

  • [p]covidgraph cases world - Worldwide data

covidgraph deaths

Syntax

[p]covidgraph deaths [days] <country>

Tip

Alias: covidgraph d

Description

Get the number of deaths in a country.

You can optionally specify the number of days to get data for, otherwise it will be all-time.

country can also be world to get the worldwide data.

Examples:
  • [p]covidgraph deaths US - All time data for the US

  • [p]covidgraph deaths 7 US - Last 7 days for the US

  • [p]covidgraph deaths world - Worldwide data

covidgraph vaccines

Syntax

[p]covidgraph vaccines [days] <country>

Tip

Alias: covidgraph v

Description

Get the number of vaccine doses administered in a country.

You can optionally specify the number of days to get data for, otherwise it will be all-time.

country can also be world to get the worldwide data.

Examples:
  • [p]covidgraph vaccines US - All time data for the US

  • [p]covidgraph vaccines 7 US - Last 7 days for the US

  • [p]covidgraph vaccines world - Worldwide data