Closed supercrafter100 closed 1 year ago
The README still uses old commonJS imports while #1 converted the code inside the discordjs example to es6 imports. Though this means an extra step is needed as you're required to change the type to module in the package.json.
type
module
Thank you @supercrafter100!
The README still uses old commonJS imports while #1 converted the code inside the discordjs example to es6 imports. Though this means an extra step is needed as you're required to change the
type
tomodule
in the package.json.