From 79be89ad0491bfdd110b2c612e21a0f28c29fa87 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 2 Jul 2025 03:31:54 +0500 Subject: feat: MARIADB SUPPORT!!!! --- bot/src/bundle.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bot/src/bundle.hpp') diff --git a/bot/src/bundle.hpp b/bot/src/bundle.hpp index a343416..5ee0c1f 100644 --- a/bot/src/bundle.hpp +++ b/bot/src/bundle.hpp @@ -5,6 +5,10 @@ namespace bot { class CommandLoader; } + namespace loc { + class Localization; + } + class InstanceBundle; } -- cgit v1.2.3