mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +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 }) {
|
bannerURL(options: { size?: ImageSize; format?: ImageFormat } = { size: 128 }) {
|
||||||
if (this.bannerHash) {
|
if (this.bannerHash) {
|
||||||
return formatImageURL(
|
return Util.formatImageURL(
|
||||||
Routes.GUILD_BANNER(this.id, Util.iconBigintToHash(this.bannerHash)),
|
Routes.GUILD_BANNER(this.id, Util.iconBigintToHash(this.bannerHash)),
|
||||||
options.size,
|
options.size,
|
||||||
options.format,
|
options.format,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user