From 48d5754727a4d18404c6469cba677ac43059151d Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Sun, 20 Aug 2023 14:05:51 +0500 Subject: [PATCH] remove unused lines --- commands/Economy/profile.js | 8 ++++---- commands/General/serverinfo.js | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/commands/Economy/profile.js b/commands/Economy/profile.js index 11f0e5e4..e8151e8a 100644 --- a/commands/Economy/profile.js +++ b/commands/Economy/profile.js @@ -74,10 +74,10 @@ class Profile extends BaseCommand { }) .setImage("attachment://achievements.png") .addFields([ - { - name: client.customEmojis.link + " " + interaction.translate("economy/profile:LINK"), - value: `[${interaction.translate("economy/profile:LINK_TEXT")}](${client.config.dashboard.domain}/user/${member.user.id}/${interaction.guild.id})`, - }, + // { + // name: client.customEmojis.link + " " + interaction.translate("economy/profile:LINK"), + // value: `[${interaction.translate("economy/profile:LINK_TEXT")}](${client.config.dashboard.domain}/user/${member.user.id}/${interaction.guild.id})`, + // }, { name: interaction.translate("economy/profile:BIO"), value: userData.bio ? userData.bio : interaction.translate("common:UNKNOWN"), diff --git a/commands/General/serverinfo.js b/commands/General/serverinfo.js index 09610c37..bdc50e36 100644 --- a/commands/General/serverinfo.js +++ b/commands/General/serverinfo.js @@ -47,10 +47,10 @@ class Serverinfo extends BaseCommand { }) .setThumbnail(guild.iconURL()) .addFields([ - { - name: client.customEmojis.link + " " + interaction.translate("general/serverinfo:LINK"), - value: `[${interaction.translate("general/serverinfo:LINK_TEXT")}](${client.config.dashboard.domain}/stats/${guild.id})`, - }, + // { + // name: client.customEmojis.link + " " + interaction.translate("general/serverinfo:LINK"), + // value: `[${interaction.translate("general/serverinfo:LINK_TEXT")}](${client.config.dashboard.domain}/stats/${guild.id})`, + // }, { name: client.customEmojis.title + interaction.translate("common:NAME"), value: guild.name,