summaryrefslogtreecommitdiff
path: root/src/commands/index.ts
diff options
context:
space:
mode:
authorMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-03 14:21:17 +0400
committerMatthieuCoder <matthieu@matthieu-dev.xyz>2023-01-03 14:21:17 +0400
commit80c28510bc446c255e15117ad206d41f5bc2b231 (patch)
treee8aa0bb740801be4a537053e96c02b50440089ea /src/commands/index.ts
first commit
Diffstat (limited to 'src/commands/index.ts')
-rw-r--r--src/commands/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commands/index.ts b/src/commands/index.ts
new file mode 100644
index 0000000..366e781
--- /dev/null
+++ b/src/commands/index.ts
@@ -0,0 +1,3 @@
+import { ping } from "./ping";
+
+export const commands = [ping];