@ApplyOptions<Subcommand.Options>({
name: "config",
subcommands: [
{
...
},
{
name: "logs",
entries: [
{ name: "on", chatInputRun: "chatInputLogsOn" },
{ name: "off", chatInputRun: "chatInputLogsOff" },
],
},
],
})
@ApplyOptions<Subcommand.Options>({
name: "config",
subcommands: [
{
...
},
{
name: "logs",
entries: [
{ name: "on", chatInputRun: "chatInputLogsOn" },
{ name: "off", chatInputRun: "chatInputLogsOff" },
],
},
],
})