From 5ce874109c9ac0e6b960ea4dcf34acde2533e336 Mon Sep 17 00:00:00 2001 From: Siwoo Jeon Date: Wed, 19 Mar 2025 20:44:40 +0900 Subject: [PATCH] feat: Add HelpCommand's detailedDescription --- src/commands/generals/help.ts | 4 ++++ src/init.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/commands/generals/help.ts b/src/commands/generals/help.ts index bd676dc..5feb207 100644 --- a/src/commands/generals/help.ts +++ b/src/commands/generals/help.ts @@ -14,6 +14,10 @@ import { name: '도움말', aliases: ['도움', '명령어', 'help'], description: '기본적인 사용ㅂ법이에요.', + detailedDescription: { + usage: '머핀아 도움말 [명령어]', + examples: ['머핀아 도움말', '머핀아 도움말 배워'], + }, }) export default class HelpCommand extends Command { public registerApplicationCommands(registry: Command.Registry) { diff --git a/src/init.ts b/src/init.ts index f7a91e4..60dc294 100644 --- a/src/init.ts +++ b/src/init.ts @@ -31,7 +31,7 @@ declare module '@sapphire/framework' { container.dbDisconnect = async () => await disconnect() container.config = new Config() container.prefix = container.config.bot.prefix -container.version = '5.0.0-yogurt_canary.250317a' +container.version = '5.0.0-yogurt_canary.250319a' container.embedColors = { default: 0xaddb87, fail: 0xff0000,