removing non needed code

This commit is contained in:
Raven Scott 2022-09-25 05:10:29 -04:00
parent 0801137b9c
commit 34a842b707
1 changed files with 0 additions and 6 deletions

View File

@ -30,12 +30,6 @@ module.exports = {
fs.writeFileSync("./images/" + rand + ".png", buffer);
const file = new AttachmentBuilder('./images/' + rand + ".png");
const exampleEmbed = {
title: 'QR Code',
image: {
url: 'attachment://discordjs.png',
},
};
const embed = new EmbedBuilder()
.setColor("#FF0000")