From e5b03e721921dda2e1a5758e99036a3a5fbf5d47 Mon Sep 17 00:00:00 2001 From: edraft Date: Fri, 10 Jan 2025 14:35:39 +0100 Subject: [PATCH] Added project structure --- bot/cpl-workspace.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/cpl-workspace.json b/bot/cpl-workspace.json index 8061d025..c8456198 100644 --- a/bot/cpl-workspace.json +++ b/bot/cpl-workspace.json @@ -14,6 +14,7 @@ "config": "src/modules/config/config.json", "database": "src/modules/database/database.json", "level": "src/modules/level/level.json", + "realms": "src/modules/realms/realms.json", "technician": "src/modules/technician/technician.json", "short-role-name": "src/modules/short_role_name/short-role-name.json", "special-offers": "src/modules/special_offers/special-offers.json",