blaster is now working

This commit is contained in:
2025-04-02 22:12:18 +02:00
parent 50750508ab
commit 92d5c53376
4 changed files with 49 additions and 4 deletions

View File

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