mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
add field limit
This commit is contained in:
parent
a5e4abeee6
commit
e078c9d322
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ module.exports = {
|
||||||
for(const f of search.body.lyrics.split('\n\n')){
|
for(const f of search.body.lyrics.split('\n\n')){
|
||||||
fields.push({
|
fields.push({
|
||||||
name: '',
|
name: '',
|
||||||
value: f,
|
value: f.substr(0,1024),
|
||||||
inline: false
|
inline: false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue