Skip to content

Commit

Permalink
Fixed "The reply to this interaction has already been sent or deferre…
Browse files Browse the repository at this point in the history
…d." Line 242
  • Loading branch information
Sayrix authored Mar 12, 2023
1 parent 7f929ec commit f465716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/interactionCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ module.exports = {
for (let role of client.config.rolesWhoCanNotCreateTickets) {
if (role && interaction.member.roles.cache.has(role)) {
return interaction
.reply({
.editReply({
content:
"You can't create a ticket because you are blacklisted",
ephemeral: true,
Expand Down

0 comments on commit f465716

Please sign in to comment.