Forgot one file

This commit is contained in:
Zughy 2023-09-18 22:30:57 +02:00
parent 58310d751f
commit 2d51ec0e7b

View File

@ -4,6 +4,7 @@ local srcpath = modpath .. "/src"
dofile(modpath .. "/libs/chatcmdbuilder.lua")
dofile(srcpath .. "/_load.lua")
dofile(srcpath .. "/api.lua")
dofile(srcpath .. "/callbacks.lua")
dofile(srcpath .. "/commands.lua")