This commit is contained in:
parent
9172ec633f
commit
69edd971b9
@ -46,9 +46,9 @@ const table = new AsciiTable()
|
||||
return !linha.startsWith('+') && !linha.startsWith('\'') && !linha.startsWith('.') ;
|
||||
});
|
||||
|
||||
let tabelaSemBorda = linhas.join('\n');
|
||||
let tabelaSemBorda = linhas.join('\n').replace(/[| -]/g, '');
|
||||
|
||||
|
||||
await interaction.editReply(`\`\`\`${tabelaSemBorda}\`\`\``);
|
||||
|
||||
// Depois usas 'tabelaSemBorda' para enviar
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user