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", "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": {

View file

@ -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')}`,
), ),
) )
} }