This commit is contained in:
parent
781e214d51
commit
1f89b669bf
@ -51,8 +51,8 @@ module.exports = {
|
|||||||
|
|
||||||
const table = new Table({
|
const table = new Table({
|
||||||
titles: ['Level', 'Money', 'Wins'],
|
titles: ['Level', 'Money', 'Wins'],
|
||||||
titleIndexes: [1, 8, 16],
|
titleIndexes: [0, 8, 16],
|
||||||
rowIndexes: [1, 6, 14],
|
rowIndexes: [0, 6, 14],
|
||||||
start: '`',
|
start: '`',
|
||||||
end: '`',
|
end: '`',
|
||||||
padEnd: 3
|
padEnd: 3
|
||||||
@ -66,6 +66,8 @@ module.exports = {
|
|||||||
|
|
||||||
// Use this 'embed' when sending a message to a channel.
|
// Use this 'embed' when sending a message to a channel.
|
||||||
|
|
||||||
|
|
||||||
|
console.log(embed);
|
||||||
await interaction.editReply(`\n${embed}\n`);
|
await interaction.editReply(`\n${embed}\n`);
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user