Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Update end.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sandarutharuneth authored Jun 30, 2022
1 parent 9e340b3 commit a48d3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slash/end.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {

if (!interaction.member.permissions.has('MANAGE_MESSAGES') && !interaction.member.roles.cache.some((r) => r.name === "Giveaways")) {
return interaction.reply({
content: '<:wrong:984664520364552192> You need to have the manage messages permissions to end giveaways.',
content: ' You need to have the manage messages permissions to end giveaways.',
ephemeral: true
});
}
Expand Down

0 comments on commit a48d3be

Please sign in to comment.