feat: Add HelpCommand's detailedDescription
This commit is contained in:
parent
a8e0c5e2af
commit
5ce874109c
2 changed files with 5 additions and 1 deletions
|
@ -14,6 +14,10 @@ import {
|
|||
name: '도움말',
|
||||
aliases: ['도움', '명령어', 'help'],
|
||||
description: '기본적인 사용ㅂ법이에요.',
|
||||
detailedDescription: {
|
||||
usage: '머핀아 도움말 [명령어]',
|
||||
examples: ['머핀아 도움말', '머핀아 도움말 배워'],
|
||||
},
|
||||
})
|
||||
export default class HelpCommand extends Command {
|
||||
public registerApplicationCommands(registry: Command.Registry) {
|
||||
|
|
|
@ -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,
|
||||
|
|
Reference in a new issue