mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-22 12:57:03 -04:00
show different drafts on bard
This commit is contained in:
parent
b19f753ae0
commit
a0a0e2d492
8 changed files with 103 additions and 12 deletions
|
@ -114,7 +114,7 @@ Current time: ${new Date().toLocaleDateString('en-us', { weekday:"long", year:"n
|
|||
embeds:[createEmbed("defaultNoFooter", context, {
|
||||
author: {
|
||||
iconUrl: STATIC_ICONS.ai_clyde_idle,
|
||||
name: stringwrap(args.text, 50)
|
||||
name: stringwrap(args.text, 50, false)
|
||||
},
|
||||
description: description.join('\n')
|
||||
})],
|
||||
|
@ -127,7 +127,7 @@ Current time: ${new Date().toLocaleDateString('en-us', { weekday:"long", year:"n
|
|||
embeds:[createEmbed("defaultNoFooter", context, {
|
||||
author: {
|
||||
iconUrl: STATIC_ICONS.ai_clyde_idle,
|
||||
name: stringwrap(args.text, 50)
|
||||
name: stringwrap(args.text, 50, false)
|
||||
},
|
||||
description: ERROR_QUIPS[Math.floor(Math.random()*ERROR_QUIPS.length)]
|
||||
})]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue