# QuickClick

## &#x20;                                          QuickClick Example

```javascript
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   | [Object](https://www.w3schools.com/js/js_objects.asp) | Your message object |
| Client    | [Object](https://www.w3schools.com/js/js_objects.asp) | Your client object  |
