Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gx1285 authored Aug 22, 2024
1 parent 0e93b77 commit 2c58a29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/command/chatinput/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ export default {
.setDescription('helpを表示します。(コマンド名が指定されている場合はそのコマンドの情報を表示します。)')
.addStringOption((input) =>
input.setName('name').setDescription('コマンド名').setAutocomplete(true).setRequired(false),
).setContexts([InteractionContextType.BotDM,InteractionContextType.Guild])
.setIntegrationTypes([ApplicationIntegrationType.UserInstall,ApplicationIntegrationType.GuildInstall]),
),
ownersOnly: false,
modOnly: false,
permissions: false,
Expand Down

0 comments on commit 2c58a29

Please sign in to comment.