mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-01-19 17:03:47 +05:00
fix: added tasks path to config
This commit is contained in:
parent
e1e8963306
commit
1080532e39
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@
|
|||
"paths": {
|
||||
"commands": "./src/commands",
|
||||
"events": "./src/events",
|
||||
"locales": "./src/services/languages/locales"
|
||||
"locales": "./src/services/languages/locales",
|
||||
"tasks": "./src/helpers/tasks"
|
||||
},
|
||||
"defaultLang": "en-US"
|
||||
}
|
Loading…
Reference in a new issue