mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-19 03:17:04 -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
|
@ -106,7 +106,7 @@ module.exports = {
|
|||
embeds:[createEmbed("defaultNoFooter", context, {
|
||||
author: {
|
||||
iconUrl: MODELS[model.toLowerCase()].icon,
|
||||
name: stringwrap(args.text, 50)
|
||||
name: stringwrap(args.text, 50, false)
|
||||
},
|
||||
description: description.join('\n'),
|
||||
footer: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue