From 1080532e39a237d21c657c89a8b00ed70147c29d Mon Sep 17 00:00:00 2001 From: Slincnik Date: Sat, 11 Jan 2025 14:43:19 +0300 Subject: [PATCH] fix: added tasks path to config --- config.sample.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index 46c97555..4d23973e 100644 --- a/config.sample.json +++ b/config.sample.json @@ -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" } \ No newline at end of file