removing non needed code
This commit is contained in:
parent
0801137b9c
commit
34a842b707
@ -30,12 +30,6 @@ module.exports = {
|
|||||||
|
|
||||||
fs.writeFileSync("./images/" + rand + ".png", buffer);
|
fs.writeFileSync("./images/" + rand + ".png", buffer);
|
||||||
const file = new AttachmentBuilder('./images/' + rand + ".png");
|
const file = new AttachmentBuilder('./images/' + rand + ".png");
|
||||||
const exampleEmbed = {
|
|
||||||
title: 'QR Code',
|
|
||||||
image: {
|
|
||||||
url: 'attachment://discordjs.png',
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
const embed = new EmbedBuilder()
|
const embed = new EmbedBuilder()
|
||||||
.setColor("#FF0000")
|
.setColor("#FF0000")
|
||||||
|
Loading…
Reference in New Issue
Block a user