/[sudobot]/trunk/deploy-commands.js
ViewVC logotype

Diff of /trunk/deploy-commands.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 253 by rakin, Mon Jul 29 17:29:13 2024 UTC revision 254 by rakin, Mon Jul 29 17:29:13 2024 UTC
# Line 123  let commands = [ Line 123  let commands = [
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'),

Legend:
Removed from v.253  
changed lines
  Added in v.254

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26