feat: Added conversion SqTable -> Dictionary
+ Added onBan event + Fixed wrong argument order in onTime event
This commit is contained in:
6
src/sqcontainers.h
Normal file
6
src/sqcontainers.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
namespace py = pybind11;
|
||||
using namespace pybind11::literals;
|
||||
|
||||
py::dict sqParseTable(Sqrat::Table);
|
||||
Reference in New Issue
Block a user