implement !getloot, sanitize userselection, allow self-blasting

This commit is contained in:
2025-04-01 23:29:54 +02:00
parent b456c2e37e
commit f797a143e5
9 changed files with 73 additions and 12 deletions

View File

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