feat: Added conversion SqTable -> Dictionary

+ Added onBan event
+ Fixed wrong argument order in onTime event
This commit is contained in:
AURUMVORXX
2024-11-02 18:32:07 +03:00
parent 9361f00246
commit f5a748e1ff
5 changed files with 74 additions and 6 deletions

6
src/sqcontainers.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
namespace py = pybind11;
using namespace pybind11::literals;
py::dict sqParseTable(Sqrat::Table);