feat: '리스트' add count
This commit is contained in:
parent
1bcd8d92ae
commit
98d0e121d3
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "muffinbot",
|
||||
"version": "3.0.0-cake.d240619a",
|
||||
"version": "3.0.0-cake.d240619b",
|
||||
"main": "dist/index.js",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -25,10 +25,10 @@ export default class extends Command {
|
|||
embeds: [
|
||||
{
|
||||
title: '지식',
|
||||
description: codeBlock(
|
||||
description: `총합: ${data.length}개\n${codeBlock(
|
||||
'md',
|
||||
list.map(item => `- ${item}`).join('\n'),
|
||||
),
|
||||
)}`,
|
||||
color: 0x0000ff,
|
||||
timestamp: new Date().toISOString(),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue