fix: [object Object]

This commit is contained in:
Siwoo Jeon 2024-10-04 21:12:35 +09:00
parent 789bfba759
commit 2d73662b37
Signed by: migan
GPG key ID: 036E9A8C5E8E48DA
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "muffinbot",
"version": "3.2.0-cake.r240930a",
"version": "3.2.1-cake.r241004a",
"main": "dist/index.js",
"private": true,
"dependencies": {

View file

@ -31,8 +31,8 @@ class LearnCommand extends Command {
return await msg.reply(
codeBlock(
'md',
`사용법: ${this.detailedDescription}
예시: ${this.detailedDescription.examples?.map(example => example).join('\n')}`,
`사용법: ${this.detailedDescription.usage}\n` +
`예시: ${this.detailedDescription.examples?.map(example => example).join('\n')}`,
),
)
}