Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev committed Jul 9, 2023
1 parent 162f151 commit 61be282
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions src/buttons/appeals/approve.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ module.exports = {
.setColor(client.config_embeds.green)
.setTitle("✅ Appeal Approved")
.addFields (
{ name: "❓ Reason", value: `${reason}` }
{ name: "❓ Reason", value: reason }
)
.setTimestamp()

Expand All @@ -90,7 +90,7 @@ module.exports = {
.setColor(client.config_embeds.green)
.setAuthor({ name: interaction.user.tag.endsWith("#0") ? interaction.user.username : interaction.user.tag, iconURL: interaction.user.displayAvatarURL({ format: "png", dynamic: true }), url: `https://discord.com/users/${interaction.user.id}` })
.setTitle("✅ Approved")
.setDescription(`${reason}`)
.setDescription(reason)
.setTimestamp()

interaction.message.embeds.push(approved);
Expand All @@ -106,7 +106,7 @@ module.exports = {
.addFields (
{ name: "📄 Appeal", value: id },
{ name: "🔔 User Notified", value: sentDM ? "✅" : "❌" },
{ name: "❓ Reason", value: `${reason}` }
{ name: "❓ Reason", value: reason }
)
.setTimestamp()

Expand Down
6 changes: 3 additions & 3 deletions src/buttons/appeals/deny.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {
.setColor(client.config_embeds.red)
.setTitle("❌ Appeal Denied")
.addFields (
{ name: "❓ Reason", value: `${reason}` }
{ name: "❓ Reason", value: reason }
)
.setTimestamp()

Expand All @@ -88,7 +88,7 @@ module.exports = {
.setColor(client.config_embeds.red)
.setAuthor({ name: interaction.user.tag.endsWith("#0") ? interaction.user.username : interaction.user.tag, iconURL: interaction.user.displayAvatarURL({ format: "png", dynamic: true }), url: `https://discord.com/users/${interaction.user.id}` })
.setTitle("❌ Denied")
.setDescription(`${reason}`)
.setDescription(reason)
.setTimestamp()

interaction.message.embeds.push(denied);
Expand All @@ -104,7 +104,7 @@ module.exports = {
.addFields (
{ name: "📄 Appeal", value: id },
{ name: "🔔 User Notified", value: sentDM ? "✅" : "❌" },
{ name: "❓ Reason", value: `${reason}` }
{ name: "❓ Reason", value: reason }

)
.setTimestamp()
Expand Down
6 changes: 3 additions & 3 deletions src/buttons/logs/blocked-message-ban.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module.exports = {
.setTitle("Banned")
.setDescription("ℹ️ You have been banned from using Global Chat.")
.addFields (
{ name: "❓ Reason", value: `${reason}` },
{ name: "❓ Reason", value: reason },
{ name: "📜 Appealable", value: appealable ? "✅" : "❌" }
)
.setTimestamp()
Expand All @@ -134,7 +134,7 @@ module.exports = {
.setAuthor({ name: interaction.user.tag.endsWith("#0") ? interaction.user.username : interaction.user.tag, iconURL: interaction.user.displayAvatarURL({ format: "png", dynamic: true }), url: `https://discord.com/users/${interaction.user.id}` })
.setTitle("Banned")
.addFields (
{ name: "❓ Reason", value: `${reason}` },
{ name: "❓ Reason", value: reason },
{ name: "📜 Appealable", value: appealable === "true" ? "✅" : "❌" }
)
.setTimestamp()
Expand All @@ -157,7 +157,7 @@ module.exports = {
.addFields (
{ name: "👤 User", value: `${user}` },
{ name: "🔔 User Notified", value: sentDM ? "✅" : "❌" },
{ name: "❓ Reason", value: `${reason}` },
{ name: "❓ Reason", value: reason },
{ name: "📜 Appealable", value: appealable === "true" ? "✅" : "❌" }
)
.setTimestamp()
Expand Down
6 changes: 3 additions & 3 deletions src/buttons/logs/message-ban.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module.exports = {
.setTitle("Banned")
.setDescription("ℹ️ You have been banned from using Global Chat.")
.addFields (
{ name: "❓ Reason", value: `${reason}` },
{ name: "❓ Reason", value: reason },
{ name: "📜 Appealable", value: appealable ? "✅" : "❌" }
)
.setTimestamp()
Expand All @@ -134,7 +134,7 @@ module.exports = {
.setAuthor({ name: interaction.user.tag.endsWith("#0") ? interaction.user.username : interaction.user.tag, iconURL: interaction.user.displayAvatarURL({ format: "png", dynamic: true }), url: `https://discord.com/users/${interaction.user.id}` })
.setTitle("Banned")
.addFields (
{ name: "❓ Reason", value: `${reason}` },
{ name: "❓ Reason", value: reason },
{ name: "📜 Appealable", value: appealable === "true" ? "✅" : "❌" }
)
.setTimestamp()
Expand All @@ -157,7 +157,7 @@ module.exports = {
.addFields (
{ name: "👤 User", value: `${user}` },
{ name: "🔔 User Notified", value: sentDM ? "✅" : "❌" },
{ name: "❓ Reason", value: `${reason}` },
{ name: "❓ Reason", value: reason },
{ name: "📜 Appealable", value: appealable === "true" ? "✅" : "❌" }
)
.setTimestamp()
Expand Down
6 changes: 3 additions & 3 deletions src/buttons/logs/report-ban.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module.exports = {
.setTitle("Banned")
.setDescription("ℹ️ You have been banned from using Global Chat.")
.addFields (
{ name: "❓ Reason", value: `${reason}` },
{ name: "❓ Reason", value: reason },
{ name: "📜 Appealable", value: appealable ? "✅" : "❌" }
)
.setTimestamp()
Expand All @@ -134,7 +134,7 @@ module.exports = {
.setAuthor({ name: interaction.user.tag.endsWith("#0") ? interaction.user.username : interaction.user.tag, iconURL: interaction.user.displayAvatarURL({ format: "png", dynamic: true }), url: `https://discord.com/users/${interaction.user.id}` })
.setTitle("Banned")
.addFields (
{ name: "❓ Reason", value: `${reason}` },
{ name: "❓ Reason", value: reason },
{ name: "📜 Appealable", value: appealable === "true" ? "✅" : "❌" }
)
.setTimestamp()
Expand All @@ -157,7 +157,7 @@ module.exports = {
.addFields (
{ name: "👤 User", value: `${user}` },
{ name: "🔔 User Notified", value: sentDM ? "✅" : "❌" },
{ name: "❓ Reason", value: `${reason}` },
{ name: "❓ Reason", value: reason },
{ name: "📜 Appealable", value: appealable === "true" ? "✅" : "❌" }
)
.setTimestamp()
Expand Down
4 changes: 2 additions & 2 deletions src/commands/mod/ban.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module.exports = {
.setTitle("Banned")
.setDescription("ℹ️ You have been banned from using Global Chat.")
.addFields (
{ name: "❓ Reason", value: `${reason}` },
{ name: "❓ Reason", value: reason },
{ name: "📜 Appealable", value: appealable ? "✅" : "❌" }
)
.setTimestamp()
Expand Down Expand Up @@ -125,7 +125,7 @@ module.exports = {
.addFields (
{ name: "👤 User", value: `${user}` },
{ name: "🔔 User Notified", value: sentDM ? "✅" : "❌" },
{ name: "❓ Reason", value: `${reason}` },
{ name: "❓ Reason", value: reason },
{ name: "📜 Appealable", value: appealable ? "✅" : "❌" }
)
.setTimestamp()
Expand Down
4 changes: 2 additions & 2 deletions src/commands/mod/unban.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = {
.setTitle("Unbanned")
.setDescription(`${emoji.tick} You have been unbanned from Global Chat.`)
.addFields (
{ name: "❓ Reason", value: `${reason}` }
{ name: "❓ Reason", value: reason }
)
.setTimestamp()

Expand All @@ -77,7 +77,7 @@ module.exports = {
.addFields (
{ name: "👤 User", value: `${user}` },
{ name: "🔔 User Notified", value: sentDM ? "✅" : "❌" },
{ name: "❓ Reason", value: `${reason}` }
{ name: "❓ Reason", value: reason }
)
.setTimestamp()

Expand Down

0 comments on commit 61be282

Please sign in to comment.