wrong field

This commit is contained in:
bignutty 2024-09-14 20:54:29 +02:00
parent a6278667e1
commit 8d9f4d8431

View file

@ -69,7 +69,7 @@ module.exports = {
return editOrReply(context, { return editOrReply(context, {
embeds:[createEmbed("defaultNoFooter", context, { embeds:[createEmbed("defaultNoFooter", context, {
author: { author: {
name: stringwrap(prompt, 50, false), name: stringwrap(input, 50, false),
iconUrl: STATICS.openai iconUrl: STATICS.openai
}, },
description: description.join('\n'), description: description.join('\n'),