guildinfo: interesting.

This commit is contained in:
Cynthia Foxwell 2025-04-21 17:44:59 -06:00
parent 58055605fc
commit c4966cc9af
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -156,7 +156,7 @@ guildinfo.callback = async function (msg, line, args, {nolocal, debug}) {
} }
clanEmbed = { clanEmbed = {
color: parseInt(clan.brand_color_primary.replace("#", "0x")), color: clan.brand_color_primary ? parseInt(clan.brand_color_primary.replace("#", "0x")) : 0,
title: _guild == null ? clan.name : null, title: _guild == null ? clan.name : null,
author: { author: {
name: clan.tag, name: clan.tag,