Skip to content

Commit

Permalink
sure that'll fix it probably
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Jan 24, 2025
1 parent 9176e71 commit f54d50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/branding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export let branding: Required<BrandingConfig> = {
export function setupBranding(guild: Guild) {
branding = {
...{
name: guild.name,
name: guild.name ?? 'Developer Den',
iconUrl: guild.iconURL() ??
'https://cdn.discordapp.com/embed/avatars/0.png'
},
Expand Down

0 comments on commit f54d50e

Please sign in to comment.