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

Commit

Permalink
chore: update shuffle command description
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusbegby committed Jul 26, 2023
1 parent 83d5336 commit 18a88ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/player/shuffle.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
isBeta: false,
data: new SlashCommandBuilder()
.setName('shuffle')
.setDescription('Shuffle the tracks in the queue randomly.')
.setDescription('Shuffle tracks in the queue randomly.')
.setDMPermission(false)
.setNSFW(false),
execute: async ({ interaction }) => {
Expand Down

0 comments on commit 18a88ec

Please sign in to comment.