Skip to content

Commit

Permalink
メンションコマンド時にはスラッシュコマンドへ誘導するように変更 (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Apr 29, 2023
1 parent 50b9c99 commit 2cc1e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export class HelpCommand extends Command {

public override async messageRun(message: Message) {
await message.reply({
content: helpUrl,
content: `</help:${this.applicationCommandRegistry.globalCommandId}> をお使いください。(コマンドメンションを押すとチャット欄に自動挿入されます。)`,
flags: MessageFlags.SuppressEmbeds,
})
}
Expand Down

0 comments on commit 2cc1e88

Please sign in to comment.