mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
wrong field
This commit is contained in:
parent
a6278667e1
commit
8d9f4d8431
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue