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

Commit

Permalink
Remove check on repliable in autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Jul 25, 2023
1 parent 85e21ec commit 771429b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/commands/player/play.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ module.exports = {
value: track.url
}));

if (!interaction.isRepliable()) {
return;
}

return interaction.respond(response);
},
execute: async ({ interaction }) => {
Expand Down

0 comments on commit 771429b

Please # to comment.