forked from Galactic/galactic-bot
remove obsolete data point
This commit is contained in:
parent
0c0d65ee24
commit
98a2225a82
@ -56,7 +56,7 @@ __Server information for **{name}**__
|
|||||||
{emoji_booster4} **Boost tier:** {tier}
|
{emoji_booster4} **Boost tier:** {tier}
|
||||||
{emoji_booster3} **Boosters:** {boosters}
|
{emoji_booster3} **Boosters:** {boosters}
|
||||||
{emoji_calendar} **Date created:** {createdAt}
|
{emoji_calendar} **Date created:** {createdAt}
|
||||||
{emoji_region} **Voice region:** {region}
|
# {emoji_region} **Voice region:** {region}
|
||||||
|
|
||||||
[COMMAND_GUILD_MEMBERS_NAME]
|
[COMMAND_GUILD_MEMBERS_NAME]
|
||||||
__Members__
|
__Members__
|
||||||
|
@ -56,7 +56,7 @@ class GuildCommand extends SlashCommand {
|
|||||||
id: guild.id,
|
id: guild.id,
|
||||||
shard: guild.shardId,
|
shard: guild.shardId,
|
||||||
createdAt,
|
createdAt,
|
||||||
region: guild.region,
|
// region: guild.region,
|
||||||
boosters: guild.premiumSubscriptionCount,
|
boosters: guild.premiumSubscriptionCount,
|
||||||
tier: guild.premiumTier
|
tier: guild.premiumTier
|
||||||
}),
|
}),
|
||||||
|
Loading…
Reference in New Issue
Block a user