unrestricted pronounce!!!

This commit is contained in:
Jill 2023-11-27 15:13:43 +03:00
parent ca0d5c911c
commit 1b6f23d75f
1 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,5 @@
import { RoleCreateOptions, GuildMember, CommandInteraction, SlashCommandBuilder } from 'discord.js';
import { pronouns, PRONOUN_ROLE_SEPERATOR } from '../lib/assignableRoles';
import { knownServers } from '../lib/knownServers';
import * as log from '../lib/log';
import { Command } from '../types/index';
@ -18,9 +17,8 @@ export default {
.setDescription('Pronoun to add. If you already have a pronoun, you can specify it to remove it.')
.setRequired(true)
.setChoices(...Array.from(pronouns.values()).map(extendOption))
),
serverWhitelist: [...knownServers.firepit],
)
.setDefaultPermission(0),
execute: async (interaction: CommandInteraction) => {
if (!interaction.isChatInputCommand()) return;