Skip to content

Commit c30d3f9

Browse files
authored
Pull from GitHub makes it work too?
1 parent baf5a20 commit c30d3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/staff/createGiveaway.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ const createGiveaway: BotCommand = {
307307

308308
const scheduledStartTime = moment().tz(timezone).add(seconds, "seconds");
309309
const scheduledEndTime = moment(scheduledStartTime).add(1, "hours");
310-
const fallbackImage = getImageBase64("src/assets/Giveaway_Default.png");
310+
const fallbackImage = getImageBase64("https://raw.githubusercontent.com/minesa-org/kaeru/refs/heads/main/src/assets/Giveaway_Default.png");
311311

312312
const imageData = giveawayImage?.url ?? fallbackImage;
313313

0 commit comments

Comments
 (0)