add grenades, move give command and add vulnchatters command

This commit is contained in:
2025-04-03 18:16:41 +02:00
parent 7e9fed9f95
commit b2c4552c70
7 changed files with 69 additions and 10 deletions

View File

@@ -1,6 +1,5 @@
import timeout from "./timeout";
import thank from "./thank"
import give from "./give"
import inventory from "./inventory";
import stats from "./stats";
import mbucks from "./mbucks";
@@ -9,5 +8,6 @@ import modme from "./modme";
import use from "./use";
import aliases from './itemAliases'
import admin from './admin'
export default [timeout, thank, give, inventory, stats, mbucks, getloot, modme, use, ...aliases]
export default [timeout, thank, inventory, stats, mbucks, getloot, modme, use, ...aliases, ...admin]