added _some_ chants, restructuring data from spells

This commit is contained in:
2021-04-26 07:54:58 +02:00
parent e65715cce6
commit cee6fee5a3
11 changed files with 1854 additions and 555 deletions

View File

@ -3,7 +3,9 @@
"baseUrl": ".",
"paths": {
"@dsabot/*": ["./functions/*"],
"@globals": ["./globals"]
"@globals": ["./globals"],
"@data": ["./data/*"],
"@Commands": ["./commands/*"]
},
},
"exclude": ["node_modules"],