Skip to content

Commit

Permalink
use url not the hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Jan 4, 2025
1 parent 82e3acb commit 07a6689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/discord/modules/discord-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default async (bot: DiscordBot): Promise<void> => {
break;
}
}
const banner = event.image;
const banner = event.coverImageURL();
if (banner) {
await bot.setServerBanner(banner, "Event banner");
}
Expand Down

0 comments on commit 07a6689

Please sign in to comment.