From c1fc982138fb4461f31859cec6f80879e2c01936 Mon Sep 17 00:00:00 2001 From: Killian Date: Sun, 26 Jul 2020 15:54:07 +0200 Subject: [PATCH] Fixed LisaPresentation --- package.json | 2 +- .../montage/{lisa-presentation.js => lisaPresentation.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/module/montage/{lisa-presentation.js => lisaPresentation.js} (100%) diff --git a/package.json b/package.json index 02e1213..6f1ecdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-image-generation", - "version": "1.3.5", + "version": "1.3.6", "description": "discord-image-generation is a powerfull module that allow you to generate awesome images.", "main": "src/index.js", "scripts": { diff --git a/src/module/montage/lisa-presentation.js b/src/module/montage/lisaPresentation.js similarity index 100% rename from src/module/montage/lisa-presentation.js rename to src/module/montage/lisaPresentation.js