commit 8c47fd3f0722e06bff71d052bd420e3ac7a158ac
parent b8e93de9899b85511694ce83d95b7a648cad8e6c
Author: Bruno <b-coimbra@hotmail.com>
Date: Sun, 22 Mar 2020 10:30:56 -0300
added templates folder
Diffstat:
4 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/commands/pat.ts b/lib/commands/pat.ts
@@ -3,7 +3,7 @@ import { FORMATS } from '../extensions';
import Jimp from 'jimp';
-const TEMPLATE = "./lib/resources/pat-template.png";
+const TEMPLATE = "./lib/resources/templates/pat.png";
interface Scope {
message: Message;
diff --git a/lib/commands/ship.ts b/lib/commands/ship.ts
@@ -5,7 +5,7 @@ import { Message, Attachment, RichEmbed } from 'discord.js';
import Jimp from 'jimp';
-const TEMPLATE = "./lib/resources/ship-template.png";
+const TEMPLATE = "./lib/resources/templates/ship.png";
const RESPONSES = [
{ range: [0, 9], message: "Fate has decided you two aren't made for each other. :fearful:" },
diff --git a/lib/resources/pat-template.png b/lib/resources/templates/pat.png
Binary files differ.
diff --git a/lib/resources/ship-template.png b/lib/resources/templates/ship.png
Binary files differ.