mirror of
https://github.com/sern-handler/handler
synced 2026-06-12 19:02:15 +00:00
7 lines
171 B
TypeScript
7 lines
171 B
TypeScript
import { CommandType, commandModule } from '../../src/'
|
|
export default commandModule({
|
|
type: CommandType.Both,
|
|
description: "",
|
|
execute: (Ctx, args) => {}
|
|
})
|