mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 13:36:58 +01:00
minor fixes and stats implemented
next will be !mbucks (easy), !getloot (medium) and !use (+ aliases) (hard)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user