mirror of
https://github.com/aydenjahola/discord-multipurpose-bot.git
synced 2024-11-22 00:35:56 +00:00
server settings: add footer to the embed
This commit is contained in:
parent
3021d7f53d
commit
b4a056962b
1 changed files with 5 additions and 1 deletions
|
@ -87,7 +87,11 @@ module.exports = {
|
|||
},
|
||||
{ name: "📧 Email Domains", value: emailDomains, inline: true }
|
||||
)
|
||||
.setTimestamp();
|
||||
.setTimestamp()
|
||||
.setFooter({
|
||||
text: interaction.guild.name,
|
||||
iconURL: interaction.guild.iconURL(),
|
||||
});
|
||||
|
||||
await interaction.reply({ embeds: [settingsEmbed], ephemeral: false });
|
||||
} catch (error) {
|
||||
|
|
Loading…
Reference in a new issue