guildinfo: interesting.
This commit is contained in:
parent
58055605fc
commit
c4966cc9af
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ guildinfo.callback = async function (msg, line, args, {nolocal, debug}) {
|
|||
}
|
||||
|
||||
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,
|
||||
author: {
|
||||
name: clan.tag,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue