command 2

This commit is contained in:
indifferentketchup
2026-03-28 17:53:12 -05:00
parent 51b868268a
commit fc81ff32ca
3 changed files with 80 additions and 52 deletions

View File

@@ -365,13 +365,6 @@ async function registerCommands() {
.setIntegrationTypes([ApplicationIntegrationType.GuildInstall])
.setDefaultMemberPermissions(PermissionFlagsBits.Administrator),
new SlashCommandBuilder()
.setName('ids')
.setDescription('List all channel and role IDs in this server')
.setContexts([InteractionContextType.Guild])
.setIntegrationTypes([ApplicationIntegrationType.GuildInstall])
.setDefaultMemberPermissions(PermissionFlagsBits.ManageMessages),
new SlashCommandBuilder()
.setName('accountinfo')
.setDescription('Look up website account info by email or Discord user')