/[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 247 by rakin, Mon Jul 29 17:29:11 2024 UTC revision 248 by rakin, Mon Jul 29 17:29:12 2024 UTC
# Line 88  let commands = [ Line 88  let commands = [
88                  .setDescription('Get information/stats about a ballot')                  .setDescription('Get information/stats about a ballot')
89                  .addIntegerOption(option => option.setName('id').setDescription('The ballot ID'))),                  .addIntegerOption(option => option.setName('id').setDescription('The ballot ID'))),
90                    
91        new SlashCommandBuilder().setName('embed').setDescription('Make and send an embed')
92            .addStringOption(option => option.setName('author_name').setDescription('The embed author name'))
93            .addStringOption(option => option.setName('author_iconurl').setDescription('The embed author icon URL'))
94            .addStringOption(option => option.setName('title').setDescription('The embed title'))
95            .addStringOption(option => option.setName('description').setDescription('The embed description'))
96            .addStringOption(option => option.setName('thumbnail').setDescription('The embed thumbnail'))
97            .addStringOption(option => option.setName('image').setDescription('The embed image attachment'))
98            .addStringOption(option => option.setName('footer_text').setDescription('The embed footer text'))
99            .addStringOption(option => option.setName('footer_iconurl').setDescription('The embed footer icon URL'))
100            .addStringOption(option => option.setName('timestamp').setDescription('The embed timestamp, use \'current\' to set current date'))
101            .addStringOption(option => option.setName('color').setDescription('The embed color (default is #007bff)'))
102            .addStringOption(option => option.setName('url').setDescription('The embed URL'))
103            .addStringOption(option => option.setName('fields').setDescription('The embed fields, should be in `Field 1: Value 1, Field 2: Value 2` format')),
104    
105      new SlashCommandBuilder().setName('queues').setDescription('List all queued jobs'),      new SlashCommandBuilder().setName('queues').setDescription('List all queued jobs'),
106    
107      new SlashCommandBuilder().setName('schedule').setDescription('Schedule a message for sending later')      new SlashCommandBuilder().setName('schedule').setDescription('Schedule a message for sending later')

Legend:
Removed from v.247  
changed lines
  Added in v.248

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26