This commit is contained in:
parent
5a801d430f
commit
121b6fbd33
@ -43,7 +43,7 @@ module.exports = {
|
||||
...rows.map(row => montarLinha([row.discord_id, row.discord_username, row.cargo]))
|
||||
].join('\n');
|
||||
|
||||
await interaction.editReply(`\n${tabela}\n`);
|
||||
await interaction.editReply(`\`\`\`fix\n${tabela}\n\`\`\``);
|
||||
|
||||
} catch (error) {
|
||||
console.error('Erro ao acessar o banco de dados:', error);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user