inventory system now functional, TODO: add mbucks cmds, allow item usage

This commit is contained in:
2025-03-31 09:05:42 +02:00
parent c47197b516
commit 2b90d51647
14 changed files with 204 additions and 40 deletions

View File

@@ -1,4 +1,6 @@
import timeout from "./timeout";
import thank from "./thank"
import give from "./give"
import inventory from "./inventory";
export default [timeout, thank]
export default [timeout, thank, give, inventory]