mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-18 19:07:16 -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
|
@ -83,7 +83,7 @@ module.exports = {
|
|||
return editOrReply(context, {
|
||||
embeds:[createEmbed("defaultNoFooter", context, {
|
||||
author: {
|
||||
name: stringwrap(prompt, 50),
|
||||
name: stringwrap(prompt, 50, false),
|
||||
iconUrl: STATIC_ICONS.ai_palm_idle
|
||||
},
|
||||
description: description.join('\n'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue