fix guild banner bug

This commit is contained in:
MathMan05
2026-03-11 19:18:32 -05:00
parent aa789fa12b
commit 446fcbf4f8
+1 -1
View File
@@ -75,7 +75,7 @@ class Member extends SnowFlake {
if (this.banner) {
return (
`${this.info.cdn}/guilds/${this.guild.id}/users/${this.id}/banners/${
this.avatar
this.banner
}.${this.banner.startsWith("a_") ? "gif" : "png"}` +
new CDNParams({expectedSize: 96, animated: this.banner.startsWith("a_")})
);