You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importWOKCommands,{Options}from'wokcommands'typeWokConstructor={new(a:Client,b:Options): WOKCommands}constwok=require('wokcommands')asWokConstructor// is workingnewwok(client,{})
Can you tell me what the problem is?
The text was updated successfully, but these errors were encountered:
when i use
got an error
TypeError: wokcommands_1.default is not a constructor
, andWOKCommands
isundefined
in
package.json
: https://github.com/AlexzanderFlores/WOKCommands/blob/main/package.json#L4main is
dist/index.js
but there is not ES Module : https://github.com/AlexzanderFlores/WOKCommands/blob/main/dist/index.js#L288-L289
Strange solution
Can you tell me what the problem is?
The text was updated successfully, but these errors were encountered: