Whoops
This commit is contained in:
parent
c49ae6c843
commit
3e105a5b92
2
index.js
2
index.js
|
@ -153,7 +153,7 @@ client.on("interactionCreate", async interaction => {
|
||||||
interaction.options.getMember("user").user.send({
|
interaction.options.getMember("user").user.send({
|
||||||
embeds: [{
|
embeds: [{
|
||||||
title: "Coins Modified",
|
title: "Coins Modified",
|
||||||
description: `${config.discord.coin} ${interaction.options.getNumber("amount")}}`,
|
description: `${config.discord.coin} ${interaction.options.getNumber("amount")}`,
|
||||||
color: 0xFFff00
|
color: 0xFFff00
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue