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,