joeyk710 / sample-discordjs-bot

This is a sample discord bot made with TypeScript, using discord.js. Uses examples from the discord.js guide - https://discordjs.guide/ with a handler that supports command categories.
GNU General Public License v3.0
15 stars 3 forks source link

Changes for Importing Commands and Events #2

Closed peakh closed 1 year ago

peakh commented 1 year ago

For those that receive the error Error [ERR_UNSUPPORTED_ESM_URL_SCHEME].

This Pull Request should fix and prevent that error from happening, allowing the proper imports for both the commands and events to be correctly imported without any errors.