Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
12.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko93s authored Mar 18, 2022
1 parent 359a563 commit c5ce30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions slashs/Admin/emojifind.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module.exports = {
const noResultEmbed = new Discord.MessageEmbed()
.setColor(`RED`)
.setTitle(`⛔ No result found for \`${q}\``)
return interaction.reply({ephemeral:true, embeds:[noResultEmbed]});
return interaction.followUp({ephemeral:true, embeds:[noResultEmbed]});
}
let page = 0;

Expand Down Expand Up @@ -170,4 +170,4 @@ module.exports = {
});
});
}
}
}

0 comments on commit c5ce30b

Please sign in to comment.