remember to add the title and not just have it be undefined reference my beloved
This commit is contained in:
parent
b887ba4df1
commit
081016d50c
2
index.js
2
index.js
|
@ -305,7 +305,7 @@ client.on("interactionCreate", async interaction => {
|
||||||
}
|
}
|
||||||
interaction.reply({
|
interaction.reply({
|
||||||
embeds: [{
|
embeds: [{
|
||||||
title: header,
|
title: `${user.username}'s Inventory`,
|
||||||
description: inv.join("\n"),
|
description: inv.join("\n"),
|
||||||
ephemeral: false,
|
ephemeral: false,
|
||||||
color: 0x00ff00
|
color: 0x00ff00
|
||||||
|
|
Loading…
Reference in a new issue