From 50c9f09b964e7c3c6ed41c2594c68f6c0d0985af Mon Sep 17 00:00:00 2001 From: Minz Date: Wed, 31 May 2023 17:17:43 +0200 Subject: [PATCH] Replace asset URLs in jobDefinition.json --- jobDefinition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jobDefinition.json b/jobDefinition.json index cb9016a..285cf03 100644 --- a/jobDefinition.json +++ b/jobDefinition.json @@ -5,7 +5,7 @@ "composition": [ { "type": "image", - "asset": "https://eu2.contabostorage.com/823a1fae2a934aff89c43777a6329b4d:bot-storage/characters/miku.png", + "asset": "https://cdn.discordapp.com/attachments/1083687175998152714/1113486177002070126/template.png", "x": 0, "y": 0, "width": 300, @@ -13,7 +13,7 @@ }, { "type": "image", - "asset": "https://eu2.contabostorage.com/823a1fae2a934aff89c43777a6329b4d:bot-storage/frames/rainbow_overlay.png", + "asset": "https://cdn.discordapp.com/attachments/1083687175998152714/1113486254953222205/rainbow_overlay.png", "x": 0, "y": 300, "width": 300,