From 98a2225a821b9dd6d0e9ad5bf7d7eccf1e950ad7 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Fri, 8 Jul 2022 22:00:43 +0300 Subject: [PATCH] remove obsolete data point --- src/localization/en_gb/commands/en_gb_information.lang | 2 +- src/structure/components/commands/information/Guild.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/localization/en_gb/commands/en_gb_information.lang b/src/localization/en_gb/commands/en_gb_information.lang index 88ca2db..fb2caf3 100644 --- a/src/localization/en_gb/commands/en_gb_information.lang +++ b/src/localization/en_gb/commands/en_gb_information.lang @@ -56,7 +56,7 @@ __Server information for **{name}**__ {emoji_booster4} **Boost tier:** {tier} {emoji_booster3} **Boosters:** {boosters} {emoji_calendar} **Date created:** {createdAt} -{emoji_region} **Voice region:** {region} +# {emoji_region} **Voice region:** {region} [COMMAND_GUILD_MEMBERS_NAME] __Members__ diff --git a/src/structure/components/commands/information/Guild.js b/src/structure/components/commands/information/Guild.js index 5658f17..409b9e3 100644 --- a/src/structure/components/commands/information/Guild.js +++ b/src/structure/components/commands/information/Guild.js @@ -56,7 +56,7 @@ class GuildCommand extends SlashCommand { id: guild.id, shard: guild.shardId, createdAt, - region: guild.region, + // region: guild.region, boosters: guild.premiumSubscriptionCount, tier: guild.premiumTier }),