mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
fix newlines
This commit is contained in:
parent
641ab48053
commit
699327266b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ module.exports = {
|
|||
if(!res.body.drafts || res.body.drafts?.length <= 1) return editOrReply(context, {
|
||||
embeds:[createEmbed("defaultNoFooter", context, {
|
||||
author: {
|
||||
name: stringwrap(args.text, 50),
|
||||
name: stringwrap(args.text, 50, false),
|
||||
iconUrl: STATIC_ICONS.ai_bard_idle
|
||||
},
|
||||
description: description.join('\n'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue