add field limit

This commit is contained in:
derpystuff 2024-04-03 23:17:50 +02:00
parent a5e4abeee6
commit e078c9d322

View file

@ -71,7 +71,7 @@ module.exports = {
for(const f of search.body.lyrics.split('\n\n')){
fields.push({
name: '',
value: f,
value: f.substr(0,1024),
inline: false
})
}