Skip to content

Commit

Permalink
fix: 🐛 fixed guild icon url
Browse files Browse the repository at this point in the history
  • Loading branch information
liy77 committed Sep 16, 2023
1 parent 1df7c29 commit 2bb7b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/darkcord/src/resources/Guild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export class BaseGuild extends Base {
iconURL(format?: GuildIconFormat) {
return (
this.icon &&
RouteBases.cdn +
RouteBases.cdn + "/" +
CDNRoutes.guildIcon(
this.id,
this.icon,
Expand Down

0 comments on commit 2bb7b2f

Please sign in to comment.