Covid

Covid Example -

client.on('messageCreate', async(message) => {
if(message.content === '!covid'){
const { covid } = require('jelly-djs')
await covid(message, client, 'India')//India is the country you wanna get stats of, defaults to All
}
})

Required Parameters -

Param

Type

Description

Message

Your message object

Client

Your client object

Optional Parameters -

Param

Type

Description

Default

Country

The country to get stats of.

ALL/WorldWide

Last updated

Was this helpful?