3.0.0-Cake #5

Merged
migan merged 33 commits from release/3.0.0 into main 2024-08-14 14:16:30 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 98d0e121d3 - Show all commits

View file

@ -1,6 +1,6 @@
{ {
"name": "muffinbot", "name": "muffinbot",
"version": "3.0.0-cake.d240619a", "version": "3.0.0-cake.d240619b",
"main": "dist/index.js", "main": "dist/index.js",
"private": true, "private": true,
"dependencies": { "dependencies": {

View file

@ -25,10 +25,10 @@ export default class extends Command {
embeds: [ embeds: [
{ {
title: '지식', title: '지식',
description: codeBlock( description: `총합: ${data.length}\n${codeBlock(
'md', 'md',
list.map(item => `- ${item}`).join('\n'), list.map(item => `- ${item}`).join('\n'),
), )}`,
color: 0x0000ff, color: 0x0000ff,
timestamp: new Date().toISOString(), timestamp: new Date().toISOString(),
}, },