62 |
} |
} |
63 |
])), |
])), |
64 |
new SlashCommandBuilder().setName('config').setDescription('View/change the system settings for this server') |
new SlashCommandBuilder().setName('config').setDescription('View/change the system settings for this server') |
65 |
.addStringOption(option => option.setName('key').setDescription('The setting key (e.g. spam_filter.enabled)').setRequired(true)) |
.addStringOption(option => option.setName('key').setDescription('The setting key (e.g. spam_filter.enabled)').setRequired(true).setAutocomplete(true)) |
66 |
.addStringOption(option => option.setName('value').setDescription('New value for the setting')), |
.addStringOption(option => option.setName('value').setDescription('New value for the setting')), |
67 |
|
|
68 |
// INFORMATION |
// INFORMATION |