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