fix: [object Object]
This commit is contained in:
parent
789bfba759
commit
2d73662b37
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "muffinbot",
|
"name": "muffinbot",
|
||||||
"version": "3.2.0-cake.r240930a",
|
"version": "3.2.1-cake.r241004a",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -31,8 +31,8 @@ class LearnCommand extends Command {
|
||||||
return await msg.reply(
|
return await msg.reply(
|
||||||
codeBlock(
|
codeBlock(
|
||||||
'md',
|
'md',
|
||||||
`사용법: ${this.detailedDescription}
|
`사용법: ${this.detailedDescription.usage}\n` +
|
||||||
예시: ${this.detailedDescription.examples?.map(example => example).join('\n')}`,
|
`예시: ${this.detailedDescription.examples?.map(example => example).join('\n')}`,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue