diff --git a/DiscordBot/commands/Admin/delete.js b/DiscordBot/commands/Admin/delete.js index 02eb51e..434d056 100644 --- a/DiscordBot/commands/Admin/delete.js +++ b/DiscordBot/commands/Admin/delete.js @@ -40,7 +40,7 @@ module.exports = { .setColor("GREEN") .setFooter({ text: "Reload Backend", - iconURL: "https://cdn.discordapp.com/attachments/1252374830225948672/1263993256136675378/IMG_1736.png?ex=669c40f4&is=669aef74&hm=5ded3e4588c05a56f271e0a07f7631317a3ebd72eae7497c4de5ee712a4db6dd&" + iconURL: "https://i.imgur.com/2RImwlb.png" }) .setTimestamp(); await interaction.reply({ embeds: [embed], ephemeral: true }); diff --git a/DiscordBot/commands/User/change-email.js b/DiscordBot/commands/User/change-email.js index 34a9472..63a7160 100644 --- a/DiscordBot/commands/User/change-email.js +++ b/DiscordBot/commands/User/change-email.js @@ -37,7 +37,7 @@ module.exports = { .setColor("GREEN") .setFooter({ text: "Reload Backend", - iconURL: "https://cdn.discordapp.com/attachments/1252374830225948672/1263993256136675378/IMG_1736.png?ex=669c40f4&is=669aef74&hm=5ded3e4588c05a56f271e0a07f7631317a3ebd72eae7497c4de5ee712a4db6dd&", + iconURL: "https://i.imgur.com/2RImwlb.png", }) .setTimestamp(); await interaction.reply({ embeds: [embed], ephemeral: true }); diff --git a/DiscordBot/commands/User/change-username.js b/DiscordBot/commands/User/change-username.js index 05aadfc..b6b58ac 100644 --- a/DiscordBot/commands/User/change-username.js +++ b/DiscordBot/commands/User/change-username.js @@ -44,7 +44,7 @@ module.exports = { .setColor("GREEN") .setFooter({ text: "Reload Backend", - iconURL: "https://cdn.discordapp.com/attachments/1252374830225948672/1263993256136675378/IMG_1736.png?ex=669c40f4&is=669aef74&hm=5ded3e4588c05a56f271e0a07f7631317a3ebd72eae7497c4de5ee712a4db6dd&", + iconURL: "https://i.imgur.com/2RImwlb.png", }) .setTimestamp(); await interaction.editReply({ embeds: [embed], ephemeral: true }); diff --git a/DiscordBot/commands/User/create.js b/DiscordBot/commands/User/create.js index 537dcb4..fcc71c3 100644 --- a/DiscordBot/commands/User/create.js +++ b/DiscordBot/commands/User/create.js @@ -53,7 +53,7 @@ module.exports = { .setTimestamp() .setFooter({ text: "Reload Backend", - iconURL: "https://cdn.discordapp.com/attachments/1252374830225948672/1263993256136675378/IMG_1736.png?ex=669c40f4&is=669aef74&hm=5ded3e4588c05a56f271e0a07f7631317a3ebd72eae7497c4de5ee712a4db6dd&" + iconURL: "https://i.imgur.com/2RImwlb.png" }) if (resp.status >= 400) return interaction.editReply({ embeds: [embed], ephemeral: true }); diff --git a/DiscordBot/commands/User/details.js b/DiscordBot/commands/User/details.js index d7222e1..b69252d 100644 --- a/DiscordBot/commands/User/details.js +++ b/DiscordBot/commands/User/details.js @@ -27,7 +27,7 @@ module.exports = { .setThumbnail(interaction.user.avatarURL()) .setFooter({ text: "Reload Backend", - iconURL: "https://cdn.discordapp.com/attachments/1252374830225948672/1263993256136675378/IMG_1736.png?ex=669c40f4&is=669aef74&hm=5ded3e4588c05a56f271e0a07f7631317a3ebd72eae7497c4de5ee712a4db6dd&" + iconURL: "https://i.imgur.com/2RImwlb.png" }) interaction.editReply({ embeds: [embed], ephemeral: true }); diff --git a/DiscordBot/commands/User/exchange-code.js b/DiscordBot/commands/User/exchange-code.js index 5e60c9b..cdedf71 100644 --- a/DiscordBot/commands/User/exchange-code.js +++ b/DiscordBot/commands/User/exchange-code.js @@ -36,7 +36,7 @@ module.exports = { .setTimestamp() .setFooter({ text: "Reload Backend", - iconURL: "https://cdn.discordapp.com/attachments/1252374830225948672/1263993256136675378/IMG_1736.png?ex=669c40f4&is=669aef74&hm=5ded3e4588c05a56f271e0a07f7631317a3ebd72eae7497c4de5ee712a4db6dd&" + iconURL: "https://i.imgur.com/2RImwlb.png" }) interaction.editReply({ content: "Successfully generated an exchange code.", embeds: [embed], ephemeral: true }); diff --git a/DiscordBot/commands/User/lookup.js b/DiscordBot/commands/User/lookup.js index 8859e85..9a43e58 100644 --- a/DiscordBot/commands/User/lookup.js +++ b/DiscordBot/commands/User/lookup.js @@ -30,7 +30,7 @@ module.exports = { .setDescription(`**User Information:**\n- **Discord User:** <@${user.discordId}>\n- **DiscordID:** ${user.discordId}\n- **In-Game Username:** ${user.username}\n- **Banned:** ${user.banned ? "Yes" : "No"}\n- **Online:** ${onlineStatus ? "Yes" : "No"}`) .setFooter({ text: "Reload Backend", - iconURL: "https://cdn.discordapp.com/attachments/1252374830225948672/1263993256136675378/IMG_1736.png?ex=669c40f4&is=669aef74&hm=5ded3e4588c05a56f271e0a07f7631317a3ebd72eae7497c4de5ee712a4db6dd&" + iconURL: "https://i.imgur.com/2RImwlb.png" }) interaction.editReply({ embeds: [embed], ephemeral: true }); diff --git a/DiscordBot/commands/User/vbucksamount.js b/DiscordBot/commands/User/vbucksamount.js index 1a697a0..78ee9e0 100644 --- a/DiscordBot/commands/User/vbucksamount.js +++ b/DiscordBot/commands/User/vbucksamount.js @@ -25,7 +25,7 @@ module.exports = { .setThumbnail('https://cdn.discordapp.com/attachments/1248740944648605747/1249460527688585236/vbucks-removebg-preview.png?ex=6667624b&is=666610cb&hm=27c9fb9569124ab504f53d6a1cf758a1cfacc6a13f9165a61ce4d758ad3e5f0d&') .setFooter({ text: "Reload Backend", - iconURL: "https://cdn.discordapp.com/attachments/1252374830225948672/1263993256136675378/IMG_1736.png?ex=669c40f4&is=669aef74&hm=5ded3e4588c05a56f271e0a07f7631317a3ebd72eae7497c4de5ee712a4db6dd&" + iconURL: "https://i.imgur.com/2RImwlb.png" }) .setColor("WHITE") await interaction.editReply({ embeds: [embed], ephemeral: true }); diff --git a/responses/contentpages.json b/responses/contentpages.json index 425df1b..ec33275 100644 --- a/responses/contentpages.json +++ b/responses/contentpages.json @@ -5969,7 +5969,7 @@ "_type": "Battle Royale News", "messages": [ { - "image": "https://cdn.discordapp.com/attachments/1252374830225948672/1263993256136675378/IMG_1736.png?ex=669c40f4&is=669aef74&hm=5ded3e4588c05a56f271e0a07f7631317a3ebd72eae7497c4de5ee712a4db6dd&", + "image": "https://i.imgur.com/2RImwlb.png", "hidden": false, "_type": "CommonUI Simple Message Base", "adspace": "Reload Backend",