issues
search
conaticus
/
boolean
MIT License
74
stars
46
forks
source link
Make logger more ts-friendly and move it to /structures + fixes
#109
Closed
Jakob5358
closed
2 years ago
Jakob5358
commented
2 years ago
This PR:
Makes the logger not use js-doc and instead have proper ts types, and also use es-imports
Adds yarn.lock to .gitignore meaning that you can use both npm and yarn without it impacting anything
When I ran a
yarn run check
I found that guildMemberAdd.ts had an error, which I fixed, (.name -> .username)
This PR:
yarn run check
I found that guildMemberAdd.ts had an error, which I fixed, (.name -> .username)