QuickClick

QuickClick - Get a chance to click a random button and seehow much time you take!

QuickClick Example

const jelly = require('jelly-djs')
<client>.on('messageCreate', async(msg) => {
  jelly.quickclick(msg, <client>)//client is the variable u use to define ur discord client.  
})

Required Parametres -

Parameter

Type

Description

Message

Your message object

Client

Your client object

Last updated

Was this helpful?