/[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 74 by rakin, Mon Jul 29 17:28:29 2024 UTC revision 75 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'))          .addRoleOption(option => option.setName('role').setDescription('The role'))
71          .addIntegerOption(option => option.setName('page').setDescription('The page number')),          .addIntegerOption(option => option.setName('page').setDescription('The page number')),
72    
73      // AUTOMATION      // AUTOMATION

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26