utility.guildinfo: name -> title on clan embed
This commit is contained in:
parent
1147524def
commit
208575d924
1 changed files with 1 additions and 1 deletions
|
@ -1911,7 +1911,7 @@ guildinfo.callback = async function (msg, line) {
|
|||
const images = [];
|
||||
|
||||
clanEmbed = {
|
||||
name: _guild != null ? "Clan data" : clan.name,
|
||||
title: _guild != null ? "Clan data" : clan.name,
|
||||
description: clan.description ?? "*No description*",
|
||||
fields: [
|
||||
!_guild && {
|
||||
|
|
Loading…
Reference in a new issue