added !mbucks command, minor fixes

This commit is contained in:
2025-04-01 12:27:17 +02:00
parent 9c3a0a9235
commit b456c2e37e
5 changed files with 34 additions and 13 deletions

View File

@@ -3,5 +3,6 @@ import thank from "./thank"
import give from "./give"
import inventory from "./inventory";
import stats from "./stats";
import mbucks from "./mbucks";
export default [timeout, thank, give, inventory, stats]
export default [timeout, thank, give, inventory, stats, mbucks]