diff options
Diffstat (limited to 'src/commands/index.ts')
| -rw-r--r-- | src/commands/index.ts | 3 |
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]; |
