Updated all embed footers to new format

This commit is contained in:
2023-11-30 12:44:12 +01:00
parent 010aa2964d
commit c298eb5f45
21 changed files with 69 additions and 65 deletions

View File

@@ -1,5 +1,5 @@
const { SlashCommandBuilder, PermissionFlagsBits } = require("discord.js")
const { color } = require("../../config/options.json")
const { color, devMessage } = require("../../config/options.json")
module.exports = {
name: "slowmode",
@@ -37,7 +37,7 @@ module.exports = {
description: `Set the slowmode of ${channel} to 21600 seconds.`,
color: embedColor,
footer: {
text: interaction.guild.name + " | Developed by: @Taken#0001",
text: interaction.guild.name + " | " + devMessage,
icon_url: interaction.guild.iconURL({ dynamic: true })
}
}]
@@ -50,7 +50,7 @@ module.exports = {
description: `Set the slowmode of ${channel} to ${seconds} seconds.`,
color: embedColor,
footer: {
text: interaction.guild.name + " | Developed by: @Taken#0001",
text: interaction.guild.name + " | " + devMessage,
icon_url: interaction.guild.iconURL({ dynamic: true })
}
}]