This commit is contained in:
Lukian LEIZOUR 2024-08-18 21:49:53 +02:00
parent bc3c3f4cf1
commit 3991f820bc
8 changed files with 819 additions and 2 deletions

View file

@ -40,6 +40,8 @@ export default {
setFeature(connection, guild_id, feature ? feature : "", "true");
connection.end()
const embed = successEmbed("The feature has been successfully activated.", interaction.client.user.displayAvatarURL())
interaction.reply({embeds: [embed]})