/[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 80 by rakin, Mon Jul 29 17:28:30 2024 UTC revision 81 by rakin, Mon Jul 29 17:28:31 2024 UTC
# Line 278  let commands = [ Line 278  let commands = [
278      new SlashCommandBuilder().setName('send').setDescription('Send a DM to a user')      new SlashCommandBuilder().setName('send').setDescription('Send a DM to a user')
279          .addStringOption(option => option.setName('content').setDescription("The message content").setRequired(true))          .addStringOption(option => option.setName('content').setDescription("The message content").setRequired(true))
280          .addUserOption(option => option.setName('member').setDescription("The member").setRequired(true)),          .addUserOption(option => option.setName('member').setDescription("The member").setRequired(true)),
281    
282    
283        new SlashCommandBuilder().setName('appeal').setDescription('Send us a messages about a punishment appeal')
284  ].map(command => command.toJSON());  ].map(command => command.toJSON());
285    
286  if (process.argv.includes('--clear')) {  if (process.argv.includes('--clear')) {

Legend:
Removed from v.80  
changed lines
  Added in v.81

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26