mirror of
https://github.com/sern-handler/handler
synced 2026-06-21 07:12:15 +00:00
refactor(handler): exported the option builder v0.0.1
This commit is contained in:
@@ -8,7 +8,8 @@ import type {
|
||||
ApplicationCommandSubGroupData
|
||||
} from 'discord.js';
|
||||
|
||||
type BaseOption = { name : string, description : string, required : false };
|
||||
// TODO : make required property optional
|
||||
type BaseOption = { name : string, description : string, required : false };
|
||||
|
||||
export interface OptionData {
|
||||
SUB_COMMAND: ApplicationCommandSubCommandData
|
||||
|
||||
Reference in New Issue
Block a user