From d78cafd91ab0e57ddb0841a391c09992a715a0cf Mon Sep 17 00:00:00 2001 From: Killian Date: Thu, 11 Jun 2020 10:00:38 +0200 Subject: [PATCH] Removed useless variable --- src/module/DIG.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/module/DIG.js b/src/module/DIG.js index c5bac13..277c78f 100644 --- a/src/module/DIG.js +++ b/src/module/DIG.js @@ -428,7 +428,6 @@ class DIG { */ static async thomas(image) { if (!image) throw new Error("You must provide an image as a first argument."); - var price = Math.floor(Math.random() * 1887088) + 329889 const canvas = Canvas.createCanvas(841, 1058); const ctx = canvas.getContext("2d"); const avatar = await Canvas.loadImage(image);