zaida04 / guilded.js

A library for creating bots with the guilded.gg bot API.
https://guilded.js.org
MIT License
67 stars 15 forks source link

Syntax error #244

Closed ServerDeveloper9447 closed 1 year ago

ServerDeveloper9447 commented 1 year ago

Describe the bug It is just a syntax error in the package.

To Reproduce Steps to reproduce the behavior:

  1. Install guilded.js@0.23.5 using npm
  2. Add the necessary code
  3. Run it using node index.js Expected behavior The bot should start up.

Screenshots image Please complete the following information

Additional context Null

zaida04 commented 1 year ago

Assuming this was solved for you, but for anyone in the future that comes across this issue, it's likely an issue with using an outdated Node.JS version below LTS (18.17.1).

ServerDeveloper9447 commented 1 year ago

Assuming this was solved for you, but for anyone in the future that comes across this issue, it's likely an issue with using an outdated Node.JS version below LTS (18.17.1).

The issue is not solved. I just saw that this isn't the repo for the pkg that was throwing the error.