Skip to content

Commit

Permalink
Update rule.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
finr0y authored Aug 22, 2023
1 parent ab35d71 commit 0bba3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/rule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const command = {
default:
return interaction.reply({ content: "The specified rule wasn't recognized", ephemeral: true });
}
embed.setFooter({ text: "Multiple violations of the above rules may lead to temporary and eventually permanent mutes."});
embed.setFooter({ text: "Multiple violations of the rules may lead to temporary and eventually permanent mutes."});
interaction.reply({embeds: [embed]});
}
};

0 comments on commit 0bba3ed

Please sign in to comment.