/[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 73 by rakin, Mon Jul 29 17:28:28 2024 UTC revision 74 by rakin, Mon Jul 29 17:28:29 2024 UTC
# Line 67  let commands = [ Line 67  let commands = [
67      new SlashCommandBuilder().setName('avatar').setDescription('Show someone\'s avatar')      new SlashCommandBuilder().setName('avatar').setDescription('Show someone\'s avatar')
68          .addUserOption(option => option.setName('user').setDescription('The user')),          .addUserOption(option => option.setName('user').setDescription('The user')),
69      new SlashCommandBuilder().setName('rolelist').setDescription('List all roles or show info about a role')      new SlashCommandBuilder().setName('rolelist').setDescription('List all roles or show info about a role')
70          .addUserOption(option => option.setName('role').setDescription('The role')),          .addUserOption(option => option.setName('role').setDescription('The role'))
71            .addIntegerOption(option => option.setName('page').setDescription('The page number')),
72    
73      // AUTOMATION      // AUTOMATION
74      new SlashCommandBuilder().setName('ballot').setDescription('Ballot engine')      new SlashCommandBuilder().setName('ballot').setDescription('Ballot engine')

Legend:
Removed from v.73  
changed lines
  Added in v.74

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26