mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 13:36:58 +01:00
major refactor, docker support. Check if there's a better way to do commands/index.ts
This commit is contained in:
4
src/commands/index.ts
Normal file
4
src/commands/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import timeout from "./timeout";
|
||||
import thank from "./thank"
|
||||
|
||||
export default [timeout, thank]
|
||||
Reference in New Issue
Block a user