mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-28 09:24:05 +00:00
fix guild banner bug
This commit is contained in:
@@ -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_")})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user