diff --git a/commands/utility/removebg.js b/commands/utility/removebg similarity index 93% rename from commands/utility/removebg.js rename to commands/utility/removebg index 068819fe..745f7393 100644 --- a/commands/utility/removebg.js +++ b/commands/utility/removebg @@ -28,7 +28,7 @@ class removebgCommand extends Command { if (Attachment[0] && !args.image) { url = Attachment[0].url; } - const outputFile = `${os.tmpdir()}/rempvebg.png`; + const outputFile = `${os.tmpdir()}/${message.id}_removebg.png`; const done = await removd.url({ apikey: removebgAPI, destination: outputFile,