From 699327266b76e154fa8b3152b82926dbb8a01e50 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Fri, 15 Dec 2023 15:19:40 +0100 Subject: [PATCH] fix newlines --- commands/message/limited/bard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/limited/bard.js b/commands/message/limited/bard.js index e41fa78..33b123f 100644 --- a/commands/message/limited/bard.js +++ b/commands/message/limited/bard.js @@ -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'),