mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 13:36:58 +01:00
add grenades, move give command and add vulnchatters command
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user