Skip to content

Commit 07a6689

Browse files
Techbot121Meta Construct
authored andcommitted
use url not the hash
1 parent 82e3acb commit 07a6689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/discord/modules/discord-events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default async (bot: DiscordBot): Promise<void> => {
7575
break;
7676
}
7777
}
78-
const banner = event.image;
78+
const banner = event.coverImageURL();
7979
if (banner) {
8080
await bot.setServerBanner(banner, "Event banner");
8181
}

0 commit comments

Comments
 (0)