Last updated 3 years ago
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 } })
Param
Type
Description
Message
Your message object
Client
Your client object
Default
Country
The country to get stats of.
ALL/WorldWide