changes: lyrics: better cut #186

Open
opened 2024-09-27 20:35:00 +02:00 by Anri · 0 comments
Owner

If lyrics < 6000, only send one message with multiples embed
Also we should cut the lyrics better, like at the end of a sentence, it's of cutting in the middle of it

// TODO: If lyrics < 6000, only send one message with multiples embed
for (let i = 0, j = 0; i < nb_embed; i++, j += limit_desc) {
// TODO: Better cut in lyrics

If lyrics < 6000, only send one message with multiples embed Also we should cut the lyrics better, like at the end of a sentence, it's of cutting in the middle of it https://git.mylloon.fr/ConfrerieDuKassoulait/Botanique/src/commit/a08d0c0e9bfb31879bc2b6933953c86cb0541b84/src/commands/music/lyrics.ts#L155-L157
Anri added the
enhancement
label 2024-09-27 20:35:00 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ConfrerieDuKassoulait/Botanique#186
No description provided.