123 |
) |
) |
124 |
.addSubcommand(subcmd => |
.addSubcommand(subcmd => |
125 |
subcmd.setName("build").setDescription("Build an embed from schema") |
subcmd.setName("build").setDescription("Build an embed from schema") |
126 |
.addStringOption(option => option.setName('schema').setDescription('The embed schema')) |
.addStringOption(option => option.setName('json_schema').setDescription('The embed JSON schema')) |
127 |
), |
), |
128 |
|
|
129 |
new SlashCommandBuilder().setName('queues').setDescription('List all queued jobs'), |
new SlashCommandBuilder().setName('queues').setDescription('List all queued jobs'), |