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,