From 2a49844a95593ac98e919c18651320e62f276fa7 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 6 Apr 2025 17:28:47 +0400 Subject: feat: implementing lua coding --- bot/src/commands/request.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bot/src/commands/request.hpp') diff --git a/bot/src/commands/request.hpp b/bot/src/commands/request.hpp index e2685f1..b6ed534 100644 --- a/bot/src/commands/request.hpp +++ b/bot/src/commands/request.hpp @@ -1,7 +1,10 @@ #pragma once +#include #include #include +#include +#include #include #include "../irc/message.hpp" @@ -21,5 +24,7 @@ namespace bot::command { schemas::UserRights user_rights; pqxx::connection &conn; + + sol::table as_lua_table(std::shared_ptr luaState) const; }; } -- cgit v1.2.3