minor fixes and stats implemented

next will be !mbucks (easy), !getloot (medium) and !use (+ aliases)
(hard)
This commit is contained in:
2025-03-31 22:23:48 +02:00
parent 5df7dd64ed
commit 81d6448e65
4 changed files with 39 additions and 4 deletions

View File

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