fixed storage location issues and minor bugs

This commit is contained in:
2021-04-28 18:43:19 +02:00
parent 9bbf1b302e
commit 471213dae0
11 changed files with 17 additions and 1782 deletions

View File

@ -4,8 +4,9 @@
"paths": {
"@dsabot/*": ["./functions/*"],
"@globals": ["./globals"],
"@data": ["./data/*"],
"@Commands": ["./commands/*"]
"@data/*": ["./data/*"],
"@Commands/*": ["./commands/*"],
"@Lib/*": ["./lib/*"]
},
},
"exclude": ["node_modules"],