manual commit 2026-04-10T19:27:53Z
This commit is contained in:
@@ -572,8 +572,14 @@ async function registerCommands() {
|
||||
.addUserOption(opt =>
|
||||
opt.setName('user').setDescription('Discord user').setRequired(true)
|
||||
)
|
||||
)
|
||||
];
|
||||
),
|
||||
|
||||
new SlashCommandBuilder()
|
||||
.setName('signature')
|
||||
.setDescription('Set your personal email signature (valediction, display name, tagline)')
|
||||
.setContexts([InteractionContextType.Guild])
|
||||
.setIntegrationTypes([ApplicationIntegrationType.GuildInstall])
|
||||
.setDefaultMemberPermissions(PermissionFlagsBits.ManageMessages)
|
||||
|
||||
const contextMenuCommands = [
|
||||
new ContextMenuCommandBuilder()
|
||||
|
||||
Reference in New Issue
Block a user