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 -
Optional Parameters -
Param
Type
Description
Default
Last updated
Was this helpful?