underctrl-io / commandkit

Only focus on what matters - Let CommandKit handle your commands and events in your Discord.js projects!
https://commandkit.js.org
MIT License
86 stars 12 forks source link

Command setup example fixed ESM syntax error #11

Closed lassejlv closed 11 months ago

lassejlv commented 11 months ago

In the ESM command example i removed "," because it gives users a syntax error when copy-pasting

netlify[bot] commented 11 months ago

Deploy Preview for commandkit ready!

Name Link
Latest commit c546e0a371d2819ed5f2ef32a3b0fd7cba190109
Latest deploy log https://app.netlify.com/sites/commandkit/deploys/6511454dba66f000080fa8f0
Deploy Preview https://deploy-preview-11--commandkit.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

notunderctrl commented 11 months ago

Thank you for pointing this out! I've gone ahead and also removed the , for the remaining ESM and TS examples.