/[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 63 by rakin, Mon Jul 29 17:28:26 2024 UTC revision 64 by rakin, Mon Jul 29 17:28:27 2024 UTC
# Line 207  const commands = [ Line 207  const commands = [
207      new SlashCommandBuilder().setName('setchperms').setDescription('Set permissions for channels')      new SlashCommandBuilder().setName('setchperms').setDescription('Set permissions for channels')
208          .addChannelOption(option => option.setName('channel').setDescription("The channel that (or its children) will be updated").setRequired(true))          .addChannelOption(option => option.setName('channel').setDescription("The channel that (or its children) will be updated").setRequired(true))
209          .addRoleOption(option => option.setName('role').setDescription("Lock channel for the given role.").setRequired(true))          .addRoleOption(option => option.setName('role').setDescription("Lock channel for the given role.").setRequired(true))
210          .addStringOption(option => option.setName('permission').setDescription("The permission codename").setRequired(true))          .addStringOption(option => option.setName('permission').setDescription("The permission codename").setRequired(true).setAutocomplete(true))
211          .addStringOption(option => option.setName('value').setDescription("The permission value").addChoices(...[          .addStringOption(option => option.setName('value').setDescription("The permission value").addChoices(...[
212              {              {
213                  name: 'Allow',                  name: 'Allow',

Legend:
Removed from v.63  
changed lines
  Added in v.64

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26