feat(*): Add winston for logging

This commit is contained in:
2020-10-25 23:46:10 +00:00
parent e5f9056c5e
commit d6e197902c
3 changed files with 272 additions and 1 deletions
+2 -1
View File
@@ -9,6 +9,7 @@
"author": "jcreek",
"license": "ISC",
"dependencies": {
"discord.js": "^12.4.1"
"discord.js": "^12.4.1",
"winston": "^3.3.3"
}
}