Skip to content

Commit

Permalink
Update fnshop.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomato6966 authored Feb 11, 2022
1 parent 8bf61c0 commit 5da628b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/🔰 Info/fnshop.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = {
try {
let themsg = await message.reply("<a:Loading:833101350623117342> Getting the Shop-Data")
const shop = new Canvas.FortniteShop();
const image = await shop.setToken("a6f38e28-5a9b-428d-bb5f-9bcd3842bc25").setBackground("#23272A").toAttachment();
const image = await shop.setToken(process.env.fnbr || config.fnbr).setBackground("#23272A").toAttachment();
let attachment = new Discord.MessageAttachment(image, "FortniteShop.png");
themsg.edit({content: "Todays Fortnite Shop:", files: [attachment]}).catch(()=>{

Expand Down

0 comments on commit 5da628b

Please sign in to comment.