Skip to content

Commit

Permalink
fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
FirezTheGreat committed Oct 22, 2022
1 parent f5e660f commit 3bc4083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/moderation/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = class Setup extends Command {
.setFooter({ text: interaction.guild.name, iconURL: interaction.guild.iconURL() })
.setTimestamp();

await channel.send({ embeds: [role_attachment_embed, role_embed], components: [role_components], files: [new AttachmentBuilder(path.join(__dirname, '..', '..', 'assets', 'images', 'role-setup.png'), 'role-setup.png')] });
await channel.send({ embeds: [role_attachment_embed, role_embed], components: [role_components], files: [new AttachmentBuilder(path.join(__dirname, '..', '..', 'assets', 'banners', 'role-setup.png'), 'role-setup.png')] });
return await interaction.reply({ content: `*Role System successfully synced in **${channel}**!*`, ephemeral: true });
} else {
const faq_attachment_embed = new EmbedBuilder()
Expand Down

0 comments on commit 3bc4083

Please sign in to comment.