Add database to imports
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s

This commit is contained in:
themodrnhakr 2025-03-21 10:36:23 -05:00
parent 6b55f9bbd9
commit d5aa1859d6

View File

@ -1,4 +1,5 @@
import "src/logger.jmc"; import "src/logger.jmc";
import "src/database.jmc";
import "src/commands.jmc"; import "src/commands.jmc";
function __tick__() {} function __tick__() {}