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

@ -1,8 +1,9 @@
module.exports = {
testEnvironment: 'node',
moduleNameMapper: {
"@dsabot/(.*)": "<rootDir>/functions/$1",
"@Commands/(.*)": "<rootDir>/commands/$1",
"@Root/(.*)": "<rootDir>/$1",
}
};
testEnvironment: 'node',
moduleNameMapper: {
'@dsabot/(.*)': '<rootDir>/functions/$1',
'@Commands/(.*)': '<rootDir>/commands/$1',
'@Root/(.*)': '<rootDir>/$1',
'@data/(.*)': '<rootDir>/data/$i',
},
};