mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 21:16:09 +00:00
hotfix
This commit is contained in:
parent
f7d6125c64
commit
a908104904
@ -42,7 +42,7 @@ export class AnonymousGuild extends BaseGuild implements Model {
|
||||
|
||||
bannerURL(options: { size?: ImageSize; format?: ImageFormat } = { size: 128 }) {
|
||||
if (this.bannerHash) {
|
||||
return formatImageURL(
|
||||
return Util.formatImageURL(
|
||||
Routes.GUILD_BANNER(this.id, Util.iconBigintToHash(this.bannerHash)),
|
||||
options.size,
|
||||
options.format,
|
||||
|
Loading…
x
Reference in New Issue
Block a user