mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-01-20 01:13: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": {
|
"paths": {
|
||||||
"commands": "./src/commands",
|
"commands": "./src/commands",
|
||||||
"events": "./src/events",
|
"events": "./src/events",
|
||||||
"locales": "./src/services/languages/locales"
|
"locales": "./src/services/languages/locales",
|
||||||
|
"tasks": "./src/helpers/tasks"
|
||||||
},
|
},
|
||||||
"defaultLang": "en-US"
|
"defaultLang": "en-US"
|
||||||
}
|
}
|
Loading…
Reference in a new issue