Use ES6 `import` instead of `required`
Closed this issue · 0 comments
huan commented
In the Wechaty community, we are using ESM now.
Please always use import
to load the module instead of required
.
And please rename the getAccessToken.ts
to get-access-token.ts
because we need to follow the file name convention of our community.