feat: add tabs for v3/v4

This commit is contained in:
DuroCodes
2024-05-10 14:42:21 -04:00
parent a2fc1f66c0
commit a441e57439
99 changed files with 4508 additions and 24 deletions

View File

@@ -0,0 +1,24 @@
---
editUrl: false
next: false
prev: false
title: "commandModule"
---
> **commandModule**(`mod`): [`CommandModule`](/api/type-aliases/commandmodule/)
## Parameters
**mod**: `InputCommand`
## Returns
[`CommandModule`](/api/type-aliases/commandmodule/)
## Since
1.0.0 The wrapper function to define command modules for sern
## Source
[src/core/modules.ts:19](https://github.com/sern-handler/handler/blob/91b3768e376cfe22ec37d8ab44f4e4a4dfe8a1e8/src/core/modules.ts#L19)