fixed storage location issues and minor bugs
This commit is contained in:
@ -5,5 +5,6 @@ module.exports = {
|
||||
'@Commands/(.*)': '<rootDir>/commands/$1',
|
||||
'@Root/(.*)': '<rootDir>/$1',
|
||||
'@data/(.*)': '<rootDir>/data/$i',
|
||||
'@lib/(.*)': '<rootDir>/lib/$i',
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user