/[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 59 by rakin, Mon Jul 29 17:28:25 2024 UTC revision 60 by rakin, Mon Jul 29 17:28:26 2024 UTC
# Line 30  const commands = [ Line 30  const commands = [
30          .addUserOption(option => option.setName('user').setDescription('The user')),          .addUserOption(option => option.setName('user').setDescription('The user')),
31      new SlashCommandBuilder().setName('avatar').setDescription('Show someone\'s avatar')      new SlashCommandBuilder().setName('avatar').setDescription('Show someone\'s avatar')
32          .addUserOption(option => option.setName('user').setDescription('The user')),          .addUserOption(option => option.setName('user').setDescription('The user')),
33        new SlashCommandBuilder().setName('rolelist').setDescription('List all roles or show info about a role')
34            .addUserOption(option => option.setName('role').setDescription('The role')),
35    
36      // AUTOMATION      // AUTOMATION
37      new SlashCommandBuilder().setName('ballot').setDescription('Ballot engine')      new SlashCommandBuilder().setName('ballot').setDescription('Ballot engine')

Legend:
Removed from v.59  
changed lines
  Added in v.60

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26