This commit is contained in:
indifferentketchup
2026-03-28 17:44:45 -05:00
parent 57b547a303
commit 51b868268a
2 changed files with 50 additions and 0 deletions

View File

@@ -365,6 +365,13 @@ 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')