mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
icon redesign
This commit is contained in:
parent
a4df6550cd
commit
6b4e0f3347
19 changed files with 162 additions and 76 deletions
|
@ -46,7 +46,7 @@ module.exports = {
|
|||
clearTimeout(noticeTimer)
|
||||
|
||||
await response.edit({
|
||||
embeds: [createEmbed("defaultNoFooter", context, { description: `${icon("audio")} Audio Generated in ${highlight(((Date.now() - t) / 1000).toFixed(2) + "s")}.` })],
|
||||
embeds: [createEmbed("defaultNoFooter", context, { description: `${icon("note")} Audio Generated in ${highlight(((Date.now() - t) / 1000).toFixed(2) + "s")}.` })],
|
||||
file: { value: img.body, filename: "music.mp3" }
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue